summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-08-01 08:41:37 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-08-01 08:41:37 +0000
commit102a81062adb601dec192e65ec45fd277e050d12 (patch)
tree0ca14ce84d546dd6fb4d5cb7efb899e708b37e90 /lib
parentc0ed433a7e38ab90241a29086dbba374f8857d2c (diff)
correct function name;
from carlos cardenas
Diffstat (limited to 'lib')
-rw-r--r--lib/libtls/man/tls_load_file.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtls/man/tls_load_file.3 b/lib/libtls/man/tls_load_file.3
index fcaa5eef029..957e65503e2 100644
--- a/lib/libtls/man/tls_load_file.3
+++ b/lib/libtls/man/tls_load_file.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_load_file.3,v 1.7 2017/07/06 17:27:19 jsing Exp $
+.\" $OpenBSD: tls_load_file.3,v 1.8 2017/08/01 08:41:36 jmc Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -17,7 +17,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 6 2017 $
+.Dd $Mdocdate: August 1 2017 $
.Dt TLS_LOAD_FILE 3
.Os
.Sh NAME
@@ -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