summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
diff options
context:
space:
mode:
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.pod4
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
62If a generic method is used, it is necessary to explicitly set client or
63server mode with L<SSL_set_connect_state(3)|SSL_set_connect_state(3)>
64or SSL_set_accept_state().
65
66The list of protocols available can later be limited using the SSL_OP_NO_SSLv2, 62The list of protocols available can later be limited using the SSL_OP_NO_SSLv2,
67SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1 options of the B<SSL_CTX_set_options()> or 63SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1 options of the B<SSL_CTX_set_options()> or
68B<SSL_set_options()> functions. Using these options it is possible to choose 64B<SSL_set_options()> functions. Using these options it is possible to choose