summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjsing <>2015-02-15 13:36:06 +0000
committerjsing <>2015-02-15 13:36:06 +0000
commit33070e9fbc289cbe2e41b35e4a2883b0d37758a8 (patch)
tree30bbdd8ecdaa6ce4bd9ee39357d92517ba2ba8bb /src/lib
parent4e8dcc3be3a44bacbaeb4f967669477a05aea21b (diff)
downloadopenbsd-33070e9fbc289cbe2e41b35e4a2883b0d37758a8.tar.gz
openbsd-33070e9fbc289cbe2e41b35e4a2883b0d37758a8.tar.bz2
openbsd-33070e9fbc289cbe2e41b35e4a2883b0d37758a8.zip
s/tls_load_keys/tls_load_file/
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libtls/tls_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3
index 5f72d9549b..61614ca239 100644
--- a/src/lib/libtls/tls_init.3
+++ b/src/lib/libtls/tls_init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tls_init.3,v 1.13 2015/02/15 13:33:14 jsing Exp $ 1.\" $OpenBSD: tls_init.3,v 1.14 2015/02/15 13:36:06 jsing Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -302,7 +302,7 @@ Be extremely careful when using this option.
302reenables hostname and certificate verification. 302reenables hostname and certificate verification.
303.Em (Client) 303.Em (Client)
304.It 304.It
305.Fn tls_load_keys 305.Fn tls_load_file
306loads a certificate or key from disk into memory to be loaded with 306loads a certificate or key from disk into memory to be loaded with
307.Fn tls_config_set_ca_mem , 307.Fn tls_config_set_ca_mem ,
308.Fn tls_config_set_cert_mem 308.Fn tls_config_set_cert_mem