diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/src/apps/ocsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/ocsp.c b/src/lib/libssl/src/apps/ocsp.c index 170bcac1c3..e68589f4a8 100644 --- a/src/lib/libssl/src/apps/ocsp.c +++ b/src/lib/libssl/src/apps/ocsp.c | |||
| @@ -1393,7 +1393,7 @@ OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req, | |||
| 1393 | } | 1393 | } |
| 1394 | resp = query_responder(err, cbio, path, headers, req, req_timeout); | 1394 | resp = query_responder(err, cbio, path, headers, req, req_timeout); |
| 1395 | if (!resp) | 1395 | if (!resp) |
| 1396 | BIO_printf(bio_err, "Error querying OCSP responsder\n"); | 1396 | BIO_printf(bio_err, "Error querying OCSP responder\n"); |
| 1397 | end: | 1397 | end: |
| 1398 | if (cbio) | 1398 | if (cbio) |
| 1399 | BIO_free_all(cbio); | 1399 | BIO_free_all(cbio); |
