From feefd33dd9194c24b4b7ef0a9d63daf53aa85a91 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 26 Feb 2019 01:29:52 -0500 Subject: Remove unused constant binding from ecdh.py (#4774) --- src/_cffi_src/openssl/ecdh.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/_cffi_src/openssl/ecdh.py b/src/_cffi_src/openssl/ecdh.py index 043635c4..5db12571 100644 --- a/src/_cffi_src/openssl/ecdh.py +++ b/src/_cffi_src/openssl/ecdh.py @@ -9,7 +9,6 @@ INCLUDES = """ """ TYPES = """ -static const int Cryptography_HAS_ECDH; static const int Cryptography_HAS_SET_ECDH_AUTO; """ @@ -20,8 +19,6 @@ long SSL_CTX_set_ecdh_auto(SSL_CTX *, int); """ CUSTOMIZATIONS = """ -static const long Cryptography_HAS_ECDH = 1; - #ifndef SSL_CTX_set_ecdh_auto static const long Cryptography_HAS_SET_ECDH_AUTO = 0; long (*SSL_CTX_set_ecdh_auto)(SSL_CTX *, int) = NULL; -- cgit v1.2.3