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
commit9b12eca4b245ad8d41d5b8a3f0b1d38870454627 (patch)
treed9bcfdf5fa93cdd48eb8e7528cc92f530f82a404 /secure/lib/libcrypto/man/SSL_write.3
parent17c8c9e779933b2b8868b768ec3340a416896a38 (diff)
parent3b5892151d7a7d029efd6f493c5f00e6af1f434d (diff)
downloadFreeBSD-src-9b12eca4b245ad8d41d5b8a3f0b1d38870454627.zip
FreeBSD-src-9b12eca4b245ad8d41d5b8a3f0b1d38870454627.tar.gz
This commit was generated by cvs2svn to compensate for changes in r100946,
which included commits to RCS files with non-trunk default branches.
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