summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2017-08-01 08:41:36 +0000
committerjmc <>2017-08-01 08:41:36 +0000
commit95e2576e8792114dbb4c59d7c500a456cbb56cda (patch)
treef05a1b3b07c4c50ccfdbce7c3650d54863bf320b
parent459c5bc6ca760a2f2fa2148d03661afd606e3770 (diff)
downloadopenbsd-95e2576e8792114dbb4c59d7c500a456cbb56cda.tar.gz
openbsd-95e2576e8792114dbb4c59d7c500a456cbb56cda.tar.bz2
openbsd-95e2576e8792114dbb4c59d7c500a456cbb56cda.zip
correct function name;
from carlos cardenas
-rw-r--r--src/lib/libtls/man/tls_load_file.36
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
255directly sets the public certificate, and private key from memory. 255directly 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
258sets the files from which the public certificate, private key, and DER encoded 258sets the files from which the public certificate, private key, and DER encoded
259OCSP staple will be read. 259OCSP staple will be read.
260.Pp 260.Pp