Documentation on using the SSL library with non-blocking I/O.
[openssl.git] / doc / ssl / SSL_get_error.pod
index 747b99741bf22e1d242183235abd00b4a0368014..bd6872f61f54921f97325aa17911b8479e8a4fcf 100644 (file)
@@ -65,7 +65,7 @@ TLS/SSL I/O function should be retried.
 Caveat: Any TLS/SSL I/O function can lead to either of
 B<SSL_ERROR_WANT_READ> and B<SSL_ERROR_WANT_WRITE>.  In particular,
 SSL_read() may want to write data and SSL_write() may want to read
-data.  This is because TLS/SSL handshakes may occur at any time
+data.  This is mainly because TLS/SSL handshakes may occur at any time
 during the protocol (initiated by either the client or the server);
 SSL_read() and SSL_write() will handle any pending handshakes.