diff options
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r-- | src/cryptography/hazmat/bindings/openssl/_conditional.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py index de9cac82..e9bbba69 100644 --- a/src/cryptography/hazmat/bindings/openssl/_conditional.py +++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py @@ -146,10 +146,6 @@ CONDITIONAL_NAMES = { "Cryptography_HAS_SCRYPT": [ "EVP_PBE_scrypt", ], - "Cryptography_HAS_DTLS": [ - "Cryptography_DTLSv1_get_timeout", - "DTLSv1_handle_timeout", - ], "Cryptography_HAS_GENERIC_DTLS_METHOD": [ "DTLS_method", "DTLS_server_method", |