diff options
author | jmc <> | 2016-04-24 12:16:36 +0000 |
---|---|---|
committer | jmc <> | 2016-04-24 12:16:36 +0000 |
commit | 4c9957c9640eb1eeb33d78bfecc78449eea8ba15 (patch) | |
tree | 14690c180d83cfa3ea1591dd71ea6f3d9133c5a3 /src | |
parent | f5c4bb417376504e3d230452e1df9c83fcbe508a (diff) | |
download | openbsd-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.3 | 8 |
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 |
551 | bytes of data from the socket into | 551 | bytes of data from the socket into |
552 | .Fa buf . | 552 | .Fa buf . |
553 | The amount of data read is returned in | 553 | It returns the amount of data read. |
554 | .Fa outlen . | ||
555 | .It | 554 | .It |
556 | .Fn tls_write | 555 | .Fn tls_write |
557 | writes | 556 | writes |
@@ -559,8 +558,7 @@ writes | |||
559 | bytes of data from | 558 | bytes of data from |
560 | .Fa buf | 559 | .Fa buf |
561 | to the socket. | 560 | to the socket. |
562 | The amount of data written is returned in | 561 | It returns the amount of data written. |
563 | .Fa outlen . | ||
564 | .It | 562 | .It |
565 | .Fn tls_close | 563 | .Fn tls_close |
566 | closes a connection after use. | 564 | closes a connection after use. |