The SSL_write manual page is sligthly confusing. The attached patch
fixes this.
/MaF
--- doc/ssl/SSL_write.pod.orig Wed Dec 13 14:28:57 2000
+++ doc/ssl/SSL_write.pod Wed Dec 13 14:30:05 2000
@@ -2,7 +2,7 @@
=head1 NAME
-SSL_read - write bytes to a TLS/SSL connection.
+SSL_write - write bytes to a TLS/SSL connection.
=head1 SYNOPSIS
@@ -62,7 +62,7 @@
=item -1
-The read operation was not successful, because either an error occurred
+The write operation was not successful, because either an error occurred
or action must be taken by the calling process. Call SSL_get_error() with the
return value B<ret> to find out the reason.