From a6a8f1e706bd7e528262151bc04ebb9409c2eeed Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 9 Mar 1998 21:44:06 +0000 Subject: partial DSA support --- cipher/misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cipher/misc.c') 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 -- cgit