Commit 361fd136 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Typo.

PR#3107
(cherry picked from commit 7c206db9)
parent 4950a528
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1468,7 +1468,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);