LIBGCRYPT-1-2-BRANCH libgcrypt/cipher (ChangeLog pubkey.c)

cvs user mo cvs at cvs.gnupg.org
Wed Sep 15 15:49:37 CEST 2004


    Date: Wednesday, September 15, 2004 @ 16:56:22
  Author: mo
    Path: /cvs/libgcrypt/libgcrypt/cipher
     Tag: LIBGCRYPT-1-2-BRANCH

Modified: ChangeLog pubkey.c

2004-09-16  Moritz Schulte  <moritz at g10code.com>

	* pubkey.c (pubkey_table): Added an alias entry for GCRY_PK_ELG_E;
	merged from HEAD.


-----------+
 ChangeLog |    5 +++++
 pubkey.c  |    1 +
 2 files changed, 6 insertions(+)


Index: libgcrypt/cipher/ChangeLog
diff -u libgcrypt/cipher/ChangeLog:1.211.2.4 libgcrypt/cipher/ChangeLog:1.211.2.5
--- libgcrypt/cipher/ChangeLog:1.211.2.4	Wed Sep 15 12:23:04 2004
+++ libgcrypt/cipher/ChangeLog	Wed Sep 15 16:56:22 2004
@@ -1,3 +1,8 @@
+2004-09-16  Moritz Schulte  <moritz at g10code.com>
+
+	* pubkey.c (pubkey_table): Added an alias entry for GCRY_PK_ELG_E;
+	merged from HEAD.
+	
 2004-09-15  Werner Koch  <wk at g10code.de>
 
 	* random.c (read_pool): Fixed dropping of the volatile warning when
Index: libgcrypt/cipher/pubkey.c
diff -u libgcrypt/cipher/pubkey.c:1.69.2.3 libgcrypt/cipher/pubkey.c:1.69.2.4
--- libgcrypt/cipher/pubkey.c:1.69.2.3	Wed Sep 15 12:23:04 2004
+++ libgcrypt/cipher/pubkey.c	Wed Sep 15 16:56:22 2004
@@ -53,6 +53,7 @@
 #endif
 #if USE_ELGAMAL
     { &_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 },




More information about the Gnupg-commits mailing list