diff options
author | Werner Koch <[email protected]> | 1998-05-04 18:49:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-05-04 18:49:26 +0000 |
commit | 42b03f6ebdda25a5b61db72cf9aecaaf6788de16 (patch) | |
tree | a36d2fe06b19dca6f64009010e2a731b45e6b886 /cipher/misc.c | |
parent | fixed last passphrase bug (diff) | |
download | gnupg-42b03f6ebdda25a5b61db72cf9aecaaf6788de16.tar.gz gnupg-42b03f6ebdda25a5b61db72cf9aecaaf6788de16.zip |
new releaseV0-2-17
Diffstat (limited to 'cipher/misc.c')
-rw-r--r-- | cipher/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/misc.c b/cipher/misc.c index 339b3bc52..cadaad563 100644 --- a/cipher/misc.c +++ b/cipher/misc.c @@ -136,6 +136,7 @@ check_pubkey_algo2( int algo, unsigned usage ) return 0; case PUBKEY_ALGO_ELGAMAL: + case PUBKEY_ALGO_ELGAMAL_E: return 0; #ifdef HAVE_RSA_CIPHER |