diff options
-rw-r--r-- | src/lib/libtls/man/tls_load_file.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libtls/man/tls_load_file.3 b/src/lib/libtls/man/tls_load_file.3 index fcaa5eef02..957e65503e 100644 --- a/src/lib/libtls/man/tls_load_file.3 +++ b/src/lib/libtls/man/tls_load_file.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_load_file.3,v 1.7 2017/07/06 17:27:19 jsing Exp $ | 1 | .\" $OpenBSD: tls_load_file.3,v 1.8 2017/08/01 08:41:36 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> | 4 | .\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> |
@@ -17,7 +17,7 @@ | |||
17 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 17 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
18 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 18 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
19 | .\" | 19 | .\" |
20 | .Dd $Mdocdate: July 6 2017 $ | 20 | .Dd $Mdocdate: August 1 2017 $ |
21 | .Dt TLS_LOAD_FILE 3 | 21 | .Dt TLS_LOAD_FILE 3 |
22 | .Os | 22 | .Os |
23 | .Sh NAME | 23 | .Sh NAME |
@@ -254,7 +254,7 @@ sets the files from which the public certificate, and private key will be read. | |||
254 | .Fn tls_config_set_keypair_mem | 254 | .Fn tls_config_set_keypair_mem |
255 | directly sets the public certificate, and private key from memory. | 255 | directly sets the public certificate, and private key from memory. |
256 | .Pp | 256 | .Pp |
257 | .Fn tls_config_set_keypair_file | 257 | .Fn tls_config_set_keypair_ocsp_file |
258 | sets the files from which the public certificate, private key, and DER encoded | 258 | sets the files from which the public certificate, private key, and DER encoded |
259 | OCSP staple will be read. | 259 | OCSP staple will be read. |
260 | .Pp | 260 | .Pp |