diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-03-14 09:05:50 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-03-14 09:05:50 -0400 |
commit | 2c53403d4bd11be4f569ff73eee5bcb117a6452a (patch) | |
tree | d038f1605b4f9c9421a05d4fb3dc18aa9dcbd478 /src/cryptography/hazmat/bindings/openssl/_conditional.py | |
parent | 3017c33ed73bba54d2603db90f1e3547b8f012b5 (diff) | |
download | cryptography-2c53403d4bd11be4f569ff73eee5bcb117a6452a.tar.gz cryptography-2c53403d4bd11be4f569ff73eee5bcb117a6452a.tar.bz2 cryptography-2c53403d4bd11be4f569ff73eee5bcb117a6452a.zip |
Removed some unused ifdefs from openssl bindings (#3448)
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r-- | src/cryptography/hazmat/bindings/openssl/_conditional.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py index 5d377d18..c95a9fe0 100644 --- a/src/cryptography/hazmat/bindings/openssl/_conditional.py +++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py @@ -182,11 +182,6 @@ CONDITIONAL_NAMES = { "Cryptography_HAS_RSA_R_PKCS_DECODING_ERROR": [ "RSA_R_PKCS_DECODING_ERROR" ], - "Cryptography_HAS_GCM": [ - "EVP_CTRL_GCM_GET_TAG", - "EVP_CTRL_GCM_SET_TAG", - "EVP_CTRL_GCM_SET_IVLEN", - ], "Cryptography_HAS_EGD": [ "RAND_egd", "RAND_egd_bytes", @@ -195,12 +190,6 @@ CONDITIONAL_NAMES = { "Cryptography_HAS_RSA_OAEP_MD": [ "EVP_PKEY_CTX_set_rsa_oaep_md", ], - "Cryptography_HAS_TLSv1_1": [ - "SSL_OP_NO_TLSv1_1", - "TLSv1_1_method", - "TLSv1_1_server_method", - "TLSv1_1_client_method", - ], "Cryptography_HAS_TLSv1_2": [ "SSL_OP_NO_TLSv1_2", @@ -219,18 +208,10 @@ CONDITIONAL_NAMES = { "SSL_MODE_RELEASE_BUFFERS", ], - "Cryptography_HAS_OP_NO_COMPRESSION": [ - "SSL_OP_NO_COMPRESSION", - ], - "Cryptography_HAS_SSL_OP_MSIE_SSLV2_RSA_PADDING": [ "SSL_OP_MSIE_SSLV2_RSA_PADDING", ], - "Cryptography_HAS_SSL_OP_NO_TICKET": [ - "SSL_OP_NO_TICKET", - ], - "Cryptography_HAS_NETBSD_D1_METH": [ "DTLSv1_method", ], |