summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2015-10-16 13:48:45 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2015-10-16 13:48:45 +0000
commit7683b62b47ee81a5cffc12269799b7bafce62ccc (patch)
tree1e850467b6eb91d8cd1a90d849b76837e78fb6a0 /lib
parent7d5bc0b4eff009809546d4ef502ce93f83d2300c (diff)
Fix tpyo.
Diffstat (limited to 'lib')
-rw-r--r--lib/libtls/tls_init.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3
index f88dd5cd287..81047ba793a 100644
--- a/lib/libtls/tls_init.3
+++ b/lib/libtls/tls_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_init.3,v 1.51 2015/10/08 07:22:02 jmc Exp $
+.\" $OpenBSD: tls_init.3,v 1.52 2015/10/16 13:48:44 jsing Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
@@ -14,7 +14,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: October 8 2015 $
+.Dd $Mdocdate: October 16 2015 $
.Dt TLS_INIT 3
.Os
.Sh NAME
@@ -470,7 +470,7 @@ connected to
will only succeed after the handshake is complete.
.Em (Server and client)
.It
-.Fn tls_config_verify_client_opional
+.Fn tls_config_verify_client_optional
enables client certificate verification, without requiring the client
to send a certificate.
.Em (Server)