[svn] ksba - r272 - in trunk: . src
svn author wk
cvs at cvs.gnupg.org
Tue May 1 18:26:12 CEST 2007
Author: wk
Date: 2007-05-01 18:25:43 +0200 (Tue, 01 May 2007)
New Revision: 272
Modified:
trunk/THANKS
trunk/src/ChangeLog
trunk/src/asn1-parse.y
trunk/src/ksba.h
Log:
Small fixes by Peter O'Gorman
Modified: trunk/THANKS
===================================================================
--- trunk/THANKS 2007-04-20 10:53:07 UTC (rev 271)
+++ trunk/THANKS 2007-05-01 16:25:43 UTC (rev 272)
@@ -4,6 +4,7 @@
Bernhard Herzog bh at intevation.de
Brad Hards bradh at frogmouth.net
Daiki Ueno ueno at unixuser.org
+Peter O'Gorman gnupg-devel at mlists.thewrittenword.com
Stéphane Corthésy stephane at sente.ch
Thomas Koester tkoester at intevation.de
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2007-04-20 10:53:07 UTC (rev 271)
+++ trunk/src/ChangeLog 2007-05-01 16:25:43 UTC (rev 272)
@@ -1,3 +1,10 @@
+2007-05-01 Werner Koch <wk at g10code.com>
+
+ * crl.c (do_hash): Cast BUFFER to char* for arithmetics.
+ * ksba.h (ksba_stop_reason_t): Remove trailing comma.
+ * asn1-parse.y (CONST_IMPLICIT): Ditto. Reported by Peter
+ O'Gorman.
+
2007-04-20 Werner Koch <wk at g10code.com>
* keyinfo.c: Add OIDs for brainpool curves.
Modified: trunk/src/asn1-parse.y
===================================================================
--- trunk/src/asn1-parse.y 2007-04-20 10:53:07 UTC (rev 271)
+++ trunk/src/asn1-parse.y 2007-05-01 16:25:43 UTC (rev 272)
@@ -54,7 +54,7 @@
/* constants used in the grammar */
enum {
CONST_EXPLICIT = 1,
- CONST_IMPLICIT,
+ CONST_IMPLICIT
};
struct parser_control_s {
Modified: trunk/src/ksba.h
===================================================================
--- trunk/src/ksba.h 2007-04-20 10:53:07 UTC (rev 271)
+++ trunk/src/ksba.h 2007-05-01 16:25:43 UTC (rev 272)
@@ -78,7 +78,7 @@
KSBA_SR_DETACHED_DATA = 8,
KSBA_SR_BEGIN_ITEMS = 9,
KSBA_SR_GOT_ITEM = 10,
- KSBA_SR_END_ITEMS = 11,
+ KSBA_SR_END_ITEMS = 11
}
ksba_stop_reason_t;
typedef ksba_stop_reason_t KsbaStopReason _KSBA_DEPRECATED;
More information about the Gnupg-commits
mailing list