Loading apps/x509.c +2 −0 Original line number Diff line number Diff line Loading @@ -915,8 +915,10 @@ bad: BIO_printf(bio_err,"Generating certificate request\n"); #ifndef OPENSSL_NO_DSA if (pk->type == EVP_PKEY_DSA) digest=EVP_dss1(); #endif rq=X509_to_X509_REQ(x,pk,digest); EVP_PKEY_free(pk); Loading Loading
apps/x509.c +2 −0 Original line number Diff line number Diff line Loading @@ -915,8 +915,10 @@ bad: BIO_printf(bio_err,"Generating certificate request\n"); #ifndef OPENSSL_NO_DSA if (pk->type == EVP_PKEY_DSA) digest=EVP_dss1(); #endif rq=X509_to_X509_REQ(x,pk,digest); EVP_PKEY_free(pk); Loading