aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2015-12-14 15:37:46 +0000
committerCory Benfield <lukasaoz@gmail.com>2015-12-14 15:37:46 +0000
commitf326e4a97cce6b9479560ce0c65ad18d54393f96 (patch)
tree5d461e69734380ef24aedf2209162000d17c6f0a
parent90c6a53a885dd5c66992309e0af98ac554f1bb97 (diff)
downloadcryptography-f326e4a97cce6b9479560ce0c65ad18d54393f96.tar.gz
cryptography-f326e4a97cce6b9479560ce0c65ad18d54393f96.tar.bz2
cryptography-f326e4a97cce6b9479560ce0c65ad18d54393f96.zip
Comment lingering SSLv2 symbol.
-rw-r--r--src/_cffi_src/openssl/ssl.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/ssl.py b/src/_cffi_src/openssl/ssl.py
index 4d66f6cd..64e4e2f0 100644
--- a/src/_cffi_src/openssl/ssl.py
+++ b/src/_cffi_src/openssl/ssl.py
@@ -433,6 +433,10 @@ const long SSL_OP_LEGACY_SERVER_CONNECT = 0;
static const long Cryptography_HAS_SECURE_RENEGOTIATION = 1;
#endif
+/* Cryptography now compiles out all SSLv2 bindings. This exists to allow
+ * clients that use it to check for SSLv2 support to keep functioning as
+ * expected.
+ */
static const long Cryptography_HAS_SSL2 = 0;
#ifdef OPENSSL_NO_SSL3_METHOD