diff options
Diffstat (limited to 'src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod')
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod b/src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod index 1dae8b0bdd..465220a75c 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod | |||
@@ -59,10 +59,6 @@ choice when compatibility is a concern. | |||
59 | 59 | ||
60 | =back | 60 | =back |
61 | 61 | ||
62 | If a generic method is used, it is necessary to explicitly set client or | ||
63 | server mode with L<SSL_set_connect_state(3)|SSL_set_connect_state(3)> | ||
64 | or SSL_set_accept_state(). | ||
65 | |||
66 | The list of protocols available can later be limited using the SSL_OP_NO_SSLv2, | 62 | The list of protocols available can later be limited using the SSL_OP_NO_SSLv2, |
67 | SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1 options of the B<SSL_CTX_set_options()> or | 63 | SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1 options of the B<SSL_CTX_set_options()> or |
68 | B<SSL_set_options()> functions. Using these options it is possible to choose | 64 | B<SSL_set_options()> functions. Using these options it is possible to choose |