Re: [diff] typo in tls_load_file.3

2017-08-01 Thread Jason McIntyre
On Sat, Jul 29, 2017 at 03:15:56PM -0700, Carlos Cardenas wrote:
> Missing 'ocsp' in the function name.
> 

fixed, thanks.
jmc

> +--+
> Carlos
> 
> diff --git lib/libtls/man/tls_load_file.3 lib/libtls/man/tls_load_file.3
> index fcaa5eef029..b83f55e0fe4 100644
> --- lib/libtls/man/tls_load_file.3
> +++ lib/libtls/man/tls_load_file.3
> @@ -254,7 +254,7 @@ sets the files from which the public certificate, and
> private key will be read.
>  .Fn tls_config_set_keypair_mem
>  directly sets the public certificate, and private key from memory.
>  .Pp
> -.Fn tls_config_set_keypair_file
> +.Fn tls_config_set_keypair_ocsp_file
>  sets the files from which the public certificate, private key, and DER
> encoded
>  OCSP staple will be read.
>  .Pp



[diff] typo in tls_load_file.3

2017-07-29 Thread Carlos Cardenas
Missing 'ocsp' in the function name.

+--+
Carlos

diff --git lib/libtls/man/tls_load_file.3 lib/libtls/man/tls_load_file.3
index fcaa5eef029..b83f55e0fe4 100644
--- lib/libtls/man/tls_load_file.3
+++ lib/libtls/man/tls_load_file.3
@@ -254,7 +254,7 @@ sets the files from which the public certificate, and
private key will be read.
 .Fn tls_config_set_keypair_mem
 directly sets the public certificate, and private key from memory.
 .Pp
-.Fn tls_config_set_keypair_file
+.Fn tls_config_set_keypair_ocsp_file
 sets the files from which the public certificate, private key, and DER
encoded
 OCSP staple will be read.
 .Pp