diff options
author | Nick Bastin <nick.bastin@gmail.com> | 2015-12-19 10:43:13 -0800 |
---|---|---|
committer | Nick Bastin <nick.bastin@gmail.com> | 2015-12-19 10:43:13 -0800 |
commit | 4594773bdc8145aa599e18a2119948d061b50b13 (patch) | |
tree | cb1b58308edd44293751d97ccb71e33d1eb16e97 /src/cryptography/hazmat/bindings/openssl/_conditional.py | |
parent | 06042de08fb9ff549b9c9cb7244e7f27ff57eece (diff) | |
parent | e3f46c6d228161957e0549bfa838ba8791c1bb36 (diff) | |
download | cryptography-4594773bdc8145aa599e18a2119948d061b50b13.tar.gz cryptography-4594773bdc8145aa599e18a2119948d061b50b13.tar.bz2 cryptography-4594773bdc8145aa599e18a2119948d061b50b13.zip |
Merge pull request #1 from pyca/master
Sync
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r-- | src/cryptography/hazmat/bindings/openssl/_conditional.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py index dad37436..206c2915 100644 --- a/src/cryptography/hazmat/bindings/openssl/_conditional.py +++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py @@ -276,12 +276,6 @@ CONDITIONAL_NAMES = { "TLSv1_2_client_method", ], - "Cryptography_HAS_SSL2": [ - "SSLv2_method", - "SSLv2_client_method", - "SSLv2_server_method", - ], - "Cryptography_HAS_SSL3_METHOD": [ "SSLv3_method", "SSLv3_client_method", |