Typo.
PR#3107 (cherry picked from commit 7c206db9280865ae4af352dbc14e9019a6c4795d)
This commit is contained in:
parent
d0bdfdd830
commit
8519635923
@ -1344,7 +1344,7 @@ OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
|
|||||||
}
|
}
|
||||||
resp = query_responder(err, cbio, path, req, req_timeout);
|
resp = query_responder(err, cbio, path, req, req_timeout);
|
||||||
if (!resp)
|
if (!resp)
|
||||||
BIO_printf(bio_err, "Error querying OCSP responsder\n");
|
BIO_printf(bio_err, "Error querying OCSP responder\n");
|
||||||
end:
|
end:
|
||||||
if (ctx)
|
if (ctx)
|
||||||
SSL_CTX_free(ctx);
|
SSL_CTX_free(ctx);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user