On Thu, Jan 26, 2017 at 11:15:05PM +0100, Holger Mikolon wrote:
> Hi,
> 
> below are two minor typo fixes: s/OSCP/OCSP/
> 
> Holger
> ;-se
> 
> 

fixed, thanks, plus one more in nc.
jmc

> Index: ocspcheck.8
> ===================================================================
> RCS file: /cvs/src/usr.sbin/ocspcheck/ocspcheck.8,v
> retrieving revision 1.5
> diff -u -p -u -r1.5 ocspcheck.8
> --- ocspcheck.8       24 Jan 2017 12:00:19 -0000      1.5
> +++ ocspcheck.8       26 Jan 2017 22:11:08 -0000
> @@ -19,7 +19,7 @@
>  .Os
>  .Sh NAME
>  .Nm ocspcheck
> -.Nd check a certificate for validity against its OSCP responder
> +.Nd check a certificate for validity against its OCSP responder
>  .Sh SYNOPSIS
>  .Nm
>  .Op Fl Nv
> Index: ocspcheck.c
> ===================================================================
> RCS file: /cvs/src/usr.sbin/ocspcheck/ocspcheck.c,v
> retrieving revision 1.13
> diff -u -p -u -r1.13 ocspcheck.c
> --- ocspcheck.c       26 Jan 2017 00:58:32 -0000      1.13
> +++ ocspcheck.c       26 Jan 2017 22:11:08 -0000
> @@ -556,7 +556,7 @@ main(int argc, char **argv)
>  
>       /*
>        * Load our certificate and keystore, and build up an
> -      * OSCP request based on the full certificate chain
> +      * OCSP request based on the full certificate chain
>        * we have been given to check.
>        */
>       if ((castore = read_cacerts(cafile)) == NULL)
> 

Reply via email to