libgcrypt/cipher (ChangeLog pubkey.c)
cvs user mo
cvs at cvs.gnupg.org
Wed Sep 15 19:54:31 CEST 2004
Date: Wednesday, September 15, 2004 @ 21:01:18
Author: mo
Path: /cvs/libgcrypt/libgcrypt/cipher
Modified: ChangeLog pubkey.c
2004-09-11 Moritz Schulte <moritz at g10code.com>
* pubkey.c (pubkey_table): Added an alias entry for GCRY_PK_ELG_E.
-----------+
ChangeLog | 4 ++++
pubkey.c | 7 ++++---
2 files changed, 8 insertions(+), 3 deletions(-)
Index: libgcrypt/cipher/ChangeLog
diff -u libgcrypt/cipher/ChangeLog:1.220 libgcrypt/cipher/ChangeLog:1.221
--- libgcrypt/cipher/ChangeLog:1.220 Mon Aug 23 15:33:15 2004
+++ libgcrypt/cipher/ChangeLog Wed Sep 15 21:01:18 2004
@@ -1,3 +1,7 @@
+2004-09-11 Moritz Schulte <moritz at g10code.com>
+
+ * pubkey.c (pubkey_table): Added an alias entry for GCRY_PK_ELG_E.
+
2004-08-23 Moritz Schulte <moritz at g10code.com>
* ac.c: Do not include <assert.h>.
Index: libgcrypt/cipher/pubkey.c
diff -u libgcrypt/cipher/pubkey.c:1.72 libgcrypt/cipher/pubkey.c:1.73
--- libgcrypt/cipher/pubkey.c:1.72 Mon Aug 23 14:15:35 2004
+++ libgcrypt/cipher/pubkey.c Wed Sep 15 21:01:18 2004
@@ -49,13 +49,14 @@
} pubkey_table[] =
{
#if USE_RSA
- { &_gcry_pubkey_spec_rsa, GCRY_PK_RSA },
+ { &_gcry_pubkey_spec_rsa, GCRY_PK_RSA },
#endif
#if USE_ELGAMAL
- { &_gcry_pubkey_spec_elg, GCRY_PK_ELG },
+ { &_gcry_pubkey_spec_elg, GCRY_PK_ELG },
+ { &_gcry_pubkey_spec_elg, GCRY_PK_ELG_E },
#endif
#if USE_DSA
- { &_gcry_pubkey_spec_dsa, GCRY_PK_DSA },
+ { &_gcry_pubkey_spec_dsa, GCRY_PK_DSA },
#endif
{ NULL, 0 },
};
More information about the Gnupg-commits
mailing list