Deleted Added
full compact
5c5
< SSL_read - write bytes to a TLS/SSL connection.
---
> SSL_write - write bytes to a TLS/SSL connection.
34c34
< call to SSL_write() can also cause write operations! The calling process
---
> call to SSL_write() can also cause read operations! The calling process
63c63
< =item -1
---
> =item E<lt>0
65c65
< The read operation was not successful, because either an error occurred
---
> The write operation was not successful, because either an error occurred