diff options
-rw-r--r-- | src/_cffi_src/openssl/ecdh.py | 3 |
1 files changed, 0 insertions, 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; |