X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fx509.c;h=9d09d7588905522dcad47849c221c03ea9157c9f;hb=1532a839fc3bfd6240d56997ec0df13cbaa5b868;hp=76dd66db86250b039e8af0a51b1a286e86d0c5ca;hpb=38654b070dc5a36e438643ddaadedb1106ba98ef;p=oweals%2Fopenssl.git 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);