PR#3107
(cherry picked from commit 7c206db9280865ae4af352dbc14e9019a6c4795d)
This commit is contained in:
Dr. Stephen Henson 2014-06-28 12:42:04 +01:00
parent d8b11e75cb
commit 046e288edf

View File

@ -1419,7 +1419,7 @@ OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
}
resp = query_responder(err, cbio, path, headers, req, req_timeout);
if (!resp)
BIO_printf(bio_err, "Error querying OCSP responsder\n");
BIO_printf(bio_err, "Error querying OCSP responder\n");
end:
if (cbio)
BIO_free_all(cbio);