Hello!

Issue: Typo in apps/ocsp.c line 1412
Issue detail: "Error querying OCSP responsder" (stray "S" in responder)
Issue found in: This typo was originally detected in 1.0.1c (also line 1412) 
but I checked the latest source to verify the bug still exists in 1.0.1e (line 
1412)
Patch submitted? Yes, inline below. 
Patch tested? Yes
Patch fixes issue? Yes

Below is a diff fixing a typo in line 1412 of apps/ocsp.c

   1412                 BIO_printf(bio_err, "Error querying OCSP responsder\n");

should be 

   1412                 BIO_printf(bio_err, "Error querying OCSP responder\n");

diff ocsp.c ocsp-mjh.c 

1412c1412
<               BIO_printf(bio_err, "Error querying OCSP responsder\n");
---
>               BIO_printf(bio_err, "Error querying OCSP responder\n");

This appears to be the only instance of the responsder typo:

mjh@Host ~/c/o/apps> grep -R "responsder" *
ocsp.c:         BIO_printf(bio_err, "Error querying OCSP responsder\n");

Patch fixes the issue

Great work everyone, thanks for all the effort, I am glad to be able to 
contribute a quick patch to such an excellent project. 

Matthew.


Attachment: signature.asc
Description: PGP signature

Reply via email to