projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steve
[openssl.git]
/
crypto
/
ocsp
/
ocsp_cl.c
diff --git
a/crypto/ocsp/ocsp_cl.c
b/crypto/ocsp/ocsp_cl.c
index
17bab5f
..
9c14d9d
100644
(file)
--- a/
crypto/ocsp/ocsp_cl.c
+++ b/
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))