Loading apps/ocsp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1469,7 +1469,7 @@ OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req, } } resp = query_responder(err, cbio, path, headers, req, req_timeout); resp = query_responder(err, cbio, path, headers, 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 (cbio) if (cbio) BIO_free_all(cbio); BIO_free_all(cbio); Loading Loading
apps/ocsp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1469,7 +1469,7 @@ OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req, } } resp = query_responder(err, cbio, path, headers, req, req_timeout); resp = query_responder(err, cbio, path, headers, 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 (cbio) if (cbio) BIO_free_all(cbio); BIO_free_all(cbio); Loading