Fix wrong information about SSL_set_connect_state()...
[openssl.git] / doc / ssl / SSL_connect.pod
index bcc167745b87d0a86bd1a2d09296adb817786d16..766f1876aafc408158232a4f0ece6488bac24c81 100644 (file)
@@ -34,11 +34,6 @@ nothing is to be done, but select() can be used to check for the required
 condition. When using a buffering BIO, like a BIO pair, data must be written
 into or retrieved out of the BIO before being able to continue.
 
-When using a generic method (see L<SSL_CTX_new(3)|SSL_CTX_new(3)>), it
-is necessary to call L<SSL_set_connect_state(3)|SSL_set_connect_state(3)>
-before calling SSL_connect() to explicitly switch the B<ssl> to client
-mode.
-
 =head1 RETURN VALUES
 
 The following return values can occur: