summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/SSL_write.3
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-07-30 14:34:51 +0000
committernectar <nectar@FreeBSD.org>2002-07-30 14:34:51 +0000
commit3b5892151d7a7d029efd6f493c5f00e6af1f434d (patch)
treef239f4213ce469657247f484c7d8d695af0096da /secure/lib/libcrypto/man/SSL_write.3
parentaeefd5b3e2766cf2adf46ab0d391c6290c566150 (diff)
downloadFreeBSD-src-3b5892151d7a7d029efd6f493c5f00e6af1f434d.zip
FreeBSD-src-3b5892151d7a7d029efd6f493c5f00e6af1f434d.tar.gz
Import the regenerated OpenSSL man pages after import of OpenSSL 0.9.6e.
Diffstat (limited to 'secure/lib/libcrypto/man/SSL_write.3')
-rw-r--r--secure/lib/libcrypto/man/SSL_write.39
1 files changed, 6 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/man/SSL_write.3 b/secure/lib/libcrypto/man/SSL_write.3
index b2dba0b..487a9da 100644
--- a/secure/lib/libcrypto/man/SSL_write.3
+++ b/secure/lib/libcrypto/man/SSL_write.3
@@ -1,5 +1,5 @@
.\" Automatically generated by Pod::Man version 1.15
-.\" Thu May 9 13:21:46 2002
+.\" Tue Jul 30 09:22:57 2002
.\"
.\" Standard preamble:
.\" ======================================================================
@@ -137,8 +137,8 @@
.rm #[ #] #H #V #F C
.\" ======================================================================
.\"
-.IX Title "SSL_WRITE 1"
-.TH SSL_WRITE 1 "perl v5.6.1" "2002-01-27" "User Contributed Perl Documentation"
+.IX Title "SSL_write 3"
+.TH SSL_write 3 "0.9.6e" "2002-07-30" "OpenSSL"
.UC
.SH "NAME"
SSL_write \- write bytes to a \s-1TLS/SSL\s0 connection.
@@ -202,6 +202,9 @@ A partial write is performed with the size of a message block, which is
When an \fISSL_write()\fR operation has to be repeated because of
\&\fB\s-1SSL_ERROR_WANT_READ\s0\fR or \fB\s-1SSL_ERROR_WANT_WRITE\s0\fR, it must be repeated
with the same arguments.
+.PP
+When calling \fISSL_write()\fR with num=0 bytes to be sent the behaviour is
+undefined.
.SH "RETURN VALUES"
.IX Header "RETURN VALUES"
The following return values can occur:
OpenPOWER on IntegriCloud