Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (#92634)

This commit is contained in:
Jan Brasna 2022-05-19 11:22:16 +02:00 committed by GitHub
parent 654032ac5f
commit 41638967a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -714,7 +714,7 @@ Constants
Selects SSL version 2 as the channel encryption protocol.
This protocol is not available if OpenSSL is compiled with the
``OPENSSL_NO_SSL2`` flag.
``no-ssl2`` option.
.. warning::
@ -728,8 +728,8 @@ Constants
Selects SSL version 3 as the channel encryption protocol.
This protocol is not be available if OpenSSL is compiled with the
``OPENSSL_NO_SSLv3`` flag.
This protocol is not available if OpenSSL is compiled with the
``no-ssl3`` option.
.. warning::