[svn] ksba - r236 - trunk/src
svn author marcus
cvs at cvs.gnupg.org
Sun Apr 23 21:32:38 CEST 2006
Author: marcus
Date: 2006-04-23 21:32:38 +0200 (Sun, 23 Apr 2006)
New Revision: 236
Modified:
trunk/src/ChangeLog
trunk/src/ksba.h
Log:
2006-04-23 Brad Hards <bradh at frogmouth.net> (mb)
* ksba.h (ksba_crl_get_update_times): Rename parameter to avoid
collision with C++ keywords.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2006-04-23 19:31:24 UTC (rev 235)
+++ trunk/src/ChangeLog 2006-04-23 19:32:38 UTC (rev 236)
@@ -1,5 +1,8 @@
2006-04-23 Brad Hards <bradh at frogmouth.net> (mb)
+ * ksba.h (ksba_crl_get_update_times): Rename parameter to avoid
+ collision with C++ keywords.
+
* ksba.h: Fix typos.
2006-03-20 Werner Koch <wk at g10code.com>
Modified: trunk/src/ksba.h
===================================================================
--- trunk/src/ksba.h 2006-04-23 19:31:24 UTC (rev 235)
+++ trunk/src/ksba.h 2006-04-23 19:32:38 UTC (rev 236)
@@ -343,8 +343,8 @@
ksba_sexp_t *r_serial);
gpg_error_t ksba_crl_get_crl_number (ksba_crl_t crl, ksba_sexp_t *number);
gpg_error_t ksba_crl_get_update_times (ksba_crl_t crl,
- ksba_isotime_t this,
- ksba_isotime_t next);
+ ksba_isotime_t this_update,
+ ksba_isotime_t next_update);
gpg_error_t ksba_crl_get_item (ksba_crl_t crl,
ksba_sexp_t *r_serial,
ksba_isotime_t r_revocation_date,
More information about the Gnupg-commits
mailing list