From 2006dd12d693499ecbf532748ecbb819868f6951 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Thu, 22 Mar 2001 15:13:43 +0000 Subject: Add missing '#ifndef NO_DSA'. Submitted by: "Hellan,Kim KHE" --- apps/x509.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/x509.c b/apps/x509.c index 76dd66db86..9d09d75889 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -867,8 +867,10 @@ bad: BIO_printf(bio_err,"Generating certificate request\n"); +#ifndef NO_DSA if (pk->type == EVP_PKEY_DSA) digest=EVP_dss1(); +#endif rq=X509_to_X509_REQ(x,pk,digest); EVP_PKEY_free(pk); -- cgit v1.2.3