]> granicus.if.org Git - python/commitdiff
note that sslv3 may not be available
authorBenjamin Peterson <benjamin@python.org>
Sat, 6 Dec 2014 16:36:32 +0000 (11:36 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 6 Dec 2014 16:36:32 +0000 (11:36 -0500)
Doc/library/ssl.rst

index e6398ae7543d196ef2e49b42211878483dca9a25..8ef6cbef3680aadf9c22451d0bcc1efa9dbef960 100644 (file)
@@ -520,8 +520,8 @@ Constants
 
    Selects SSL version 2 as the channel encryption protocol.
 
-   This protocol is not available if OpenSSL is compiled with OPENSSL_NO_SSL2
-   flag.
+   This protocol is not available if OpenSSL is compiled with the
+   ``OPENSSL_NO_SSL2`` flag.
 
    .. warning::
 
@@ -531,6 +531,9 @@ 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.
+
    .. warning::
 
       SSL version 3 is insecure.  Its use is highly discouraged.