LIBGCRYPT-1-2-BRANCH libgcrypt/src (ChangeLog gcrypt.h)
cvs user wk
cvs at cvs.gnupg.org
Tue Nov 9 18:02:22 CET 2004
Date: Tuesday, November 9, 2004 @ 18:07:37
Author: wk
Path: /cvs/libgcrypt/libgcrypt/src
Tag: LIBGCRYPT-1-2-BRANCH
Modified: ChangeLog gcrypt.h
Removed 3 trailing commas from enums. Reported by
Heiko Stamer.
-----------+
ChangeLog | 5 +++++
gcrypt.h | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
Index: libgcrypt/src/ChangeLog
diff -u libgcrypt/src/ChangeLog:1.151.2.6 libgcrypt/src/ChangeLog:1.151.2.7
--- libgcrypt/src/ChangeLog:1.151.2.6 Tue Sep 21 12:19:11 2004
+++ libgcrypt/src/ChangeLog Tue Nov 9 18:07:37 2004
@@ -1,3 +1,8 @@
+2004-11-09 Werner Koch <wk at g10code.de>
+
+ * gcrypt.h: Removed 3 trailing commas from enums. Reported by
+ Heiko Stamer.
+
2004-09-21 Werner Koch <wk at g10code.de>
* sexp.c (sexp_sscan): Removed c++ style commets. Noted by Yoann
Index: libgcrypt/src/gcrypt.h
diff -u libgcrypt/src/gcrypt.h:1.125.2.1 libgcrypt/src/gcrypt.h:1.125.2.2
--- libgcrypt/src/gcrypt.h:1.125.2.1 Tue Aug 10 18:34:49 2004
+++ libgcrypt/src/gcrypt.h Tue Nov 9 18:07:37 2004
@@ -47,7 +47,7 @@
autoconf (using the AM_PATH_GCRYPT macro) check that this header
matches the installed library. Note: Do not edit the next line as
configure may fix the string here. */
-#define GCRYPT_VERSION "1.2.0"
+#define GCRYPT_VERSION "1.2.1-cvs"
/* Internal: We can't use the convenience macros for the multi
precision integer functions when building this library. */
@@ -726,7 +726,7 @@
GCRY_CIPHER_SERPENT192 = 305,
GCRY_CIPHER_SERPENT256 = 306,
GCRY_CIPHER_RFC2268_40 = 307, /* Ron's Cipher 2 (40 bit). */
- GCRY_CIPHER_RFC2268_128 = 308, /* Ron's Cipher 2 (128 bit). */
+ GCRY_CIPHER_RFC2268_128 = 308 /* Ron's Cipher 2 (128 bit). */
};
/* The Rijndael algorithm is basically AES, so provide some macros. */
@@ -944,7 +944,7 @@
GCRY_AC_RSA = 1,
GCRY_AC_DSA = 17,
GCRY_AC_ELG = 20,
- GCRY_AC_ELG_E = 16,
+ GCRY_AC_ELG_E = 16
}
gcry_ac_id_t;
@@ -952,7 +952,7 @@
typedef enum gcry_ac_key_type
{
GCRY_AC_KEY_SECRET,
- GCRY_AC_KEY_PUBLIC,
+ GCRY_AC_KEY_PUBLIC
}
gcry_ac_key_type_t;
More information about the Gnupg-commits
mailing list