c&p error spotted by Martin Forssen

This commit is contained in:
Ulf Möller 2000-12-13 23:00:33 +00:00
parent 36f554d43c
commit 4ce7894c4a

View File

@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
SSL_read - write bytes to a TLS/SSL connection. SSL_write - write bytes to a TLS/SSL connection.
=head1 SYNOPSIS =head1 SYNOPSIS
@ -62,7 +62,7 @@ value B<ret> to find out, whether an error occurred.
=item E<lt>0 =item E<lt>0
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 or action must be taken by the calling process. Call SSL_get_error() with the
return value B<ret> to find out the reason. return value B<ret> to find out the reason.