We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482e334 commit 17a62d1Copy full SHA for 17a62d1
Doc/library/ssl.rst
@@ -714,7 +714,7 @@ Constants
714
Selects SSL version 2 as the channel encryption protocol.
715
716
This protocol is not available if OpenSSL is compiled with the
717
- ``OPENSSL_NO_SSL2`` flag.
+ ``no-ssl2`` option.
718
719
.. warning::
720
@@ -728,8 +728,8 @@ Constants
728
729
Selects SSL version 3 as the channel encryption protocol.
730
731
- This protocol is not be available if OpenSSL is compiled with the
732
- ``OPENSSL_NO_SSLv3`` flag.
+ This protocol is not available if OpenSSL is compiled with the
+ ``no-ssl3`` option.
733
734
735
0 commit comments