diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2002-01-27 03:13:07 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2002-01-27 03:13:07 +0000 |
| commit | a21b1b381ecca3813b44ac652d05a5133d3f4e2b (patch) | |
| tree | 844bea9e360a2132b36667e0042dd30ac9f931ff /crypto/openssl/doc/ssl/SSL_accept.pod | |
| parent | 26d191b459ef5c6e6f66683faef459d6cf694aa2 (diff) | |
Notes
Diffstat (limited to 'crypto/openssl/doc/ssl/SSL_accept.pod')
| -rw-r--r-- | crypto/openssl/doc/ssl/SSL_accept.pod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/openssl/doc/ssl/SSL_accept.pod b/crypto/openssl/doc/ssl/SSL_accept.pod index 86f980de41b7..ac6caf9baafc 100644 --- a/crypto/openssl/doc/ssl/SSL_accept.pod +++ b/crypto/openssl/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: |
