Hello,

I've found a spelling mistake a couple of months ago. However, it would
be nice if anybody can commit this small patch to correct it. Thanks!

Regards,

Micha Borrmann
diff -rupN openssl/apps/ocsp.c openssl.new/apps/ocsp.c
--- openssl/apps/ocsp.c	2014-04-17 11:46:54.002111678 +0200
+++ openssl.new/apps/ocsp.c	2014-04-17 12:01:02.934606760 +0200
@@ -1468,7 +1468,7 @@ OCSP_RESPONSE *process_responder(BIO *er
 		}
 	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);

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to