Fix wrong information about SSL_set_connect_state()...
[openssl.git] / doc / ssl / SSL_accept.pod
index 86f980de41b71103ca354b25d72daef328c20ac5..ac6caf9baafc8cd514bdf2a91d3917202fd6f73f 100644 (file)
@@ -37,11 +37,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 SSL_set_accept_state()
-before calling SSL_accept() to explicitly switch the B<ssl> to server
-mode.
-
 =head1 RETURN VALUES
 
 The following return values can occur: