summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/tls_init.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3
index ead2a8095d..81ab97b0c4 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.44 2015/09/13 10:32:46 beck Exp $ 1.\" $OpenBSD: tls_init.3,v 1.45 2015/09/14 12:05:33 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: September 13 2015 $ 17.Dd $Mdocdate: September 14 2015 $
18.Dt TLS_INIT 3 18.Dt TLS_INIT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -147,6 +147,7 @@
147.Fn tls_connect "struct tls *ctx" "const char *host" "const char *port" 147.Fn tls_connect "struct tls *ctx" "const char *host" "const char *port"
148.Ft "int" 148.Ft "int"
149.Fn tls_connect_fds "struct tls *ctx" "int fd_read" "int fd_write" "const char *servername" 149.Fn tls_connect_fds "struct tls *ctx" "int fd_read" "int fd_write" "const char *servername"
150.Ft "int"
150.Fn tls_connect_servername "struct tls *ctx" "const char *host" "const char *port" "const char *servername" 151.Fn tls_connect_servername "struct tls *ctx" "const char *host" "const char *port" "const char *servername"
151.Ft "int" 152.Ft "int"
152.Fn tls_connect_socket "struct tls *ctx" "int s" "const char *servername" 153.Fn tls_connect_socket "struct tls *ctx" "int s" "const char *servername"