diff options
Diffstat (limited to 'src/lib/libssl/src/doc/ssl/SSL_accept.pod')
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_accept.pod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_accept.pod b/src/lib/libssl/src/doc/ssl/SSL_accept.pod index 86f980de41..ac6caf9baa 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_accept.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_accept.pod | |||
@@ -37,11 +37,6 @@ nothing is to be done, but select() can be used to check for the required | |||
37 | condition. When using a buffering BIO, like a BIO pair, data must be written | 37 | condition. When using a buffering BIO, like a BIO pair, data must be written |
38 | into or retrieved out of the BIO before being able to continue. | 38 | into or retrieved out of the BIO before being able to continue. |
39 | 39 | ||
40 | When using a generic method (see L<SSL_CTX_new(3)|SSL_CTX_new(3)>), it | ||
41 | is necessary to call SSL_set_accept_state() | ||
42 | before calling SSL_accept() to explicitly switch the B<ssl> to server | ||
43 | mode. | ||
44 | |||
45 | =head1 RETURN VALUES | 40 | =head1 RETURN VALUES |
46 | 41 | ||
47 | The following return values can occur: | 42 | The following return values can occur: |