diff options
Diffstat (limited to 'openssl/crypto/ocsp/ocsp_cl.c')
-rw-r--r-- | openssl/crypto/ocsp/ocsp_cl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openssl/crypto/ocsp/ocsp_cl.c b/openssl/crypto/ocsp/ocsp_cl.c index 17bab5fc5..9c14d9da2 100644 --- a/openssl/crypto/ocsp/ocsp_cl.c +++ b/openssl/crypto/ocsp/ocsp_cl.c @@ -155,7 +155,6 @@ int OCSP_request_sign(OCSP_REQUEST *req, goto err; if (!(req->optionalSignature = sig = OCSP_SIGNATURE_new())) goto err; - if (!dgst) dgst = EVP_sha1(); if (key) { if (!X509_check_private_key(signer, key)) |