summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2015-02-15 13:36:06 +0000
committerjsing <jsing@openbsd.org>2015-02-15 13:36:06 +0000
commita7a691109b49fc07be2ee46c44bce4fea5e2ef7f (patch)
tree11c6efb3f8297b3aba9666dbfd376e0b974a4b20
parentDocument tls_config_parse_protocols() and update documentation for (diff)
downloadwireguard-openbsd-a7a691109b49fc07be2ee46c44bce4fea5e2ef7f.tar.xz
wireguard-openbsd-a7a691109b49fc07be2ee46c44bce4fea5e2ef7f.zip
s/tls_load_keys/tls_load_file/
-rw-r--r--lib/libtls/tls_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3
index 5f72d9549bb..61614ca2397 100644
--- a/lib/libtls/tls_init.3
+++ b/lib/libtls/tls_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_init.3,v 1.13 2015/02/15 13:33:14 jsing Exp $
+.\" $OpenBSD: tls_init.3,v 1.14 2015/02/15 13:36:06 jsing Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
@@ -302,7 +302,7 @@ Be extremely careful when using this option.
reenables hostname and certificate verification.
.Em (Client)
.It
-.Fn tls_load_keys
+.Fn tls_load_file
loads a certificate or key from disk into memory to be loaded with
.Fn tls_config_set_ca_mem ,
.Fn tls_config_set_cert_mem