summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_connect.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_connect.pod')
-rw-r--r--doc/ssl/SSL_connect.pod7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/ssl/SSL_connect.pod b/doc/ssl/SSL_connect.pod
index debe41744f..7123bf3257 100644
--- a/doc/ssl/SSL_connect.pod
+++ b/doc/ssl/SSL_connect.pod
@@ -14,11 +14,8 @@ SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
SSL_connect() initiates the TLS/SSL handshake with a server. The communication
channel must already have been set and assigned to the B<ssl> by setting an
-underlying B<BIO>.
-
-=head1 NOTES
-
-The behaviour of SSL_connect() depends on the underlying BIO.
+underlying B<BIO>. The behaviour of SSL_connect() depends on the underlying
+BIO.
If the underlying BIO is B<blocking>, SSL_connect() will only return once the
handshake has been finished or an error occurred.