]> 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 1cc26be5d0d845996b66ebc00d57c0d1676c10bd..015e0dbb7dd2b84ea383d1e67d86ada10fddb456 100644 (file)
@@ -538,8 +538,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::
 
@@ -549,6 +549,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.