summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2015-09-10 14:17:22 +0000
committerjmc <>2015-09-10 14:17:22 +0000
commite6c9bfa6ab753c1d5bbcbcc1e4b1a948fa270f37 (patch)
treeb92da8e677196657fdc6931c0e978270b1ff07b2 /src
parentab2810e051593e20731a331b35004bd3e9b1ac90 (diff)
downloadopenbsd-e6c9bfa6ab753c1d5bbcbcc1e4b1a948fa270f37.tar.gz
openbsd-e6c9bfa6ab753c1d5bbcbcc1e4b1a948fa270f37.tar.bz2
openbsd-e6c9bfa6ab753c1d5bbcbcc1e4b1a948fa270f37.zip
tweak previous;
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/tls_init.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3
index e11bc30901..d2ba9d0978 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.31 2015/09/10 13:29:53 jsing Exp $ 1.\" $OpenBSD: tls_init.3,v 1.32 2015/09/10 14:17:22 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -396,7 +396,7 @@ A configured server context should be passed in
396.It 396.It
397.Fn tls_handshake 397.Fn tls_handshake
398performs the TLS handshake. 398performs the TLS handshake.
399It is only neccessary to call this function if you need to guarantee that the 399It is only necessary to call this function if you need to guarantee that the
400handshake has completed, as both 400handshake has completed, as both
401.Fn tls_read 401.Fn tls_read
402and 402and
@@ -422,7 +422,7 @@ The amount of data written is returned in
422.It 422.It
423.Fn tls_close 423.Fn tls_close
424closes a connection after use. 424closes a connection after use.
425Only the TLS layer will be shutdown and the caller is responsible for closing 425Only the TLS layer will be shut down and the caller is responsible for closing
426the file descriptors, unless the connection was established using 426the file descriptors, unless the connection was established using
427.Fn tls_connect 427.Fn tls_connect
428or 428or