From f5d7a031a3c3e7b1700a67d6dc19daf3718ce6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 27 Apr 1999 01:14:46 +0000 Subject: New Configure option no- (rsa, idea, rc5, ...). --- apps/dsaparam.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/dsaparam.c') diff --git a/apps/dsaparam.c b/apps/dsaparam.c index bd368a3a30..118d974bb0 100644 --- a/apps/dsaparam.c +++ b/apps/dsaparam.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#ifndef NO_DSA #include #include #include @@ -349,3 +350,4 @@ static void MS_CALLBACK dsa_cb(int p, int n, char *arg) p=n; #endif } +#endif -- cgit v1.2.3