From 2006dd12d693499ecbf532748ecbb819868f6951 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 22 Mar 2001 15:13:43 +0000 Subject: [PATCH] Add missing '#ifndef NO_DSA'. Submitted by: "Hellan,Kim KHE" --- apps/x509.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.25.1