diff options
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 |