Skip to content

Commit 3e534b4

Browse files
Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (GH-92634)
(cherry picked from commit 4163896) Co-authored-by: Jan Brasna <[email protected]>
1 parent 17524b0 commit 3e534b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/ssl.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ Constants
714714
Selects SSL version 2 as the channel encryption protocol.
715715

716716
This protocol is not available if OpenSSL is compiled with the
717-
``OPENSSL_NO_SSL2`` flag.
717+
``no-ssl2`` option.
718718

719719
.. warning::
720720

@@ -728,8 +728,8 @@ Constants
728728

729729
Selects SSL version 3 as the channel encryption protocol.
730730

731-
This protocol is not be available if OpenSSL is compiled with the
732-
``OPENSSL_NO_SSLv3`` flag.
731+
This protocol is not available if OpenSSL is compiled with the
732+
``no-ssl3`` option.
733733

734734
.. warning::
735735

0 commit comments

Comments
 (0)