summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-11-07 13:57:43 +0000
committertedu <tedu@openbsd.org>2014-11-07 13:57:43 +0000
commitc754a5abed3ab3e6ef307ded2d58b217116d919c (patch)
tree5b41efbe186feae95dc68c68594d0cbc015e99d8
parentGive Super-Speed hubs a chance to route USB 3.0 transfers. (diff)
downloadwireguard-openbsd-c754a5abed3ab3e6ef307ded2d58b217116d919c.tar.xz
wireguard-openbsd-c754a5abed3ab3e6ef307ded2d58b217116d919c.zip
missing outlen in tls_write decl
-rw-r--r--lib/libtls/tls_init.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3
index 5873f156864..4de85d6911d 100644
--- a/lib/libtls/tls_init.3
+++ b/lib/libtls/tls_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_init.3,v 1.2 2014/11/02 14:45:05 jsing Exp $
+.\" $OpenBSD: tls_init.3,v 1.3 2014/11/07 13:57:43 tedu Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 2 2014 $
+.Dd $Mdocdate: November 7 2014 $
.Dt TLS 3
.Os
.Sh NAME
@@ -107,7 +107,7 @@
.Ft "int"
.Fn tls_read "struct tls *ctx" "void *buf" "size_t buflen" "size_t *outlen"
.Ft "int"
-.Fn tls_write "struct tls *ctx" "const void *buf" "size_t buflen"
+.Fn tls_write "struct tls *ctx" "const void *buf" "size_t buflen" "size_t *outlen"
.Sh DESCRIPTION
The
.Nm tls