aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_accept.pod
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-07-25 12:12:51 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-07-25 12:12:51 +0000
commit7abe76e1bdb50ac8cfc54a8e28e9275aeb64c84d (patch)
treef31fb0b79b89a12a43a7cc422cb6bcdaae40f096 /doc/ssl/SSL_accept.pod
parent7bc03ded122f6538fbcc321db987ba4338f5e278 (diff)
downloadopenssl-7abe76e1bdb50ac8cfc54a8e28e9275aeb64c84d.tar.gz
Fix wrong information about SSL_set_connect_state()...
Diffstat (limited to 'doc/ssl/SSL_accept.pod')
-rw-r--r--doc/ssl/SSL_accept.pod5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/ssl/SSL_accept.pod b/doc/ssl/SSL_accept.pod
index 86f980de41..ac6caf9baa 100644
--- a/doc/ssl/SSL_accept.pod
+++ b/doc/ssl/SSL_accept.pod
@@ -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: