summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2016-04-24 12:16:36 +0000
committerjmc <>2016-04-24 12:16:36 +0000
commit4c9957c9640eb1eeb33d78bfecc78449eea8ba15 (patch)
tree14690c180d83cfa3ea1591dd71ea6f3d9133c5a3 /src
parentf5c4bb417376504e3d230452e1df9c83fcbe508a (diff)
downloadopenbsd-4c9957c9640eb1eeb33d78bfecc78449eea8ba15.tar.gz
openbsd-4c9957c9640eb1eeb33d78bfecc78449eea8ba15.tar.bz2
openbsd-4c9957c9640eb1eeb33d78bfecc78449eea8ba15.zip
no more outlen; from remco
ok bcook deraadt
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/tls_init.38
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3
index 0f660db995..d5acc59cdc 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.55 2016/04/24 07:02:07 jmc Exp $ 1.\" $OpenBSD: tls_init.3,v 1.56 2016/04/24 12:16:36 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -550,8 +550,7 @@ reads
550.Fa buflen 550.Fa buflen
551bytes of data from the socket into 551bytes of data from the socket into
552.Fa buf . 552.Fa buf .
553The amount of data read is returned in 553It returns the amount of data read.
554.Fa outlen .
555.It 554.It
556.Fn tls_write 555.Fn tls_write
557writes 556writes
@@ -559,8 +558,7 @@ writes
559bytes of data from 558bytes of data from
560.Fa buf 559.Fa buf
561to the socket. 560to the socket.
562The amount of data written is returned in 561It returns the amount of data written.
563.Fa outlen .
564.It 562.It
565.Fn tls_close 563.Fn tls_close
566closes a connection after use. 564closes a connection after use.