Package: libgcrypt11
Version: 1.2.0-11.1
Severity: wishlist
Tags: patch

This one line patch enables default support for Elgamal E. Maybe there's
a smarter way to do it, but it escaped me.

At least with this I can decrypt gpg messages now.

Thanks,

Stephen


--- libgcrypt-1.2.0/cipher/pubkey.c.orig        2005-05-26 13:48:39.177148234 
-0500
+++ libgcrypt-1.2.0/cipher/pubkey.c     2005-05-26 13:49:01.276042962 -0500
@@ -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 },

-- 
Stephen R. Marenka     If life's not fun, you're not doing it right!
<[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature

Reply via email to