Typo.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 28 Jun 2014 11:42:04 +0000 (12:42 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 28 Jun 2014 11:43:50 +0000 (12:43 +0100)
PR#3107
(cherry picked from commit 7c206db9280865ae4af352dbc14e9019a6c4795d)

apps/ocsp.c

index 891f3ee8068bf2815dd2b9629a53069f37107242..773fd23e149c12ae10f6625ab935790335294e13 100644 (file)
@@ -1344,7 +1344,7 @@ OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
                }
        resp = query_responder(err, cbio, path, 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 (ctx)
                SSL_CTX_free(ctx);