summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2015-09-10 14:17:22 +0000
committerjmc <>2015-09-10 14:17:22 +0000
commit6fd132c0e40d39fbe5fc2f4bcdee7e9a3ebe2eab (patch)
treeb92da8e677196657fdc6931c0e978270b1ff07b2
parent9bd5156d5ac5b7fee521640d1cc0b65c5a54bda1 (diff)
downloadopenbsd-6fd132c0e40d39fbe5fc2f4bcdee7e9a3ebe2eab.tar.gz
openbsd-6fd132c0e40d39fbe5fc2f4bcdee7e9a3ebe2eab.tar.bz2
openbsd-6fd132c0e40d39fbe5fc2f4bcdee7e9a3ebe2eab.zip
tweak previous;
-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