diff options
Diffstat (limited to 'src/_cffi_src/openssl')
| -rw-r--r-- | src/_cffi_src/openssl/ec.py | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/openssl/ec.py b/src/_cffi_src/openssl/ec.py index 66bcadc2..258afa21 100644 --- a/src/_cffi_src/openssl/ec.py +++ b/src/_cffi_src/openssl/ec.py @@ -10,7 +10,6 @@ INCLUDES = """  """  TYPES = """ -static const int Cryptography_HAS_EC;  static const int Cryptography_HAS_EC2M;  static const int Cryptography_HAS_EC_1_0_2; @@ -109,8 +108,6 @@ const char *EC_curve_nid2nist(int);  """  CUSTOMIZATIONS = """ -static const long Cryptography_HAS_EC = 1; -  #if defined(OPENSSL_NO_EC2M)  static const long Cryptography_HAS_EC2M = 0;  | 
