aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/misc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/misc.c b/cipher/misc.c
index 937aa61f5..ad937fcfe 100644
--- a/cipher/misc.c
+++ b/cipher/misc.c
@@ -174,6 +174,7 @@ check_pubkey_algo( int algo )
{
switch( algo ) {
case PUBKEY_ALGO_ELGAMAL:
+ case PUBKEY_ALGO_DSA:
#ifdef HAVE_RSA_CIPHER
case PUBKEY_ALGO_RSA:
#endif