diff options
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/misc.c b/g10/misc.c index 6b77cb7e8..54de3abfc 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -413,6 +413,7 @@ openpgp_pk_algo_usage ( int algo ) case PUBKEY_ALGO_RSA_S: use = PUBKEY_USAGE_CERT | PUBKEY_USAGE_SIG; break; + case PUBKEY_ALGO_ELGAMAL: case PUBKEY_ALGO_ELGAMAL_E: use = PUBKEY_USAGE_ENC; break; |