diff options
-rw-r--r-- | cryptography/hazmat/bindings/openssl/evp.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cryptography/hazmat/bindings/openssl/evp.py b/cryptography/hazmat/bindings/openssl/evp.py index f2a7599d..963537c8 100644 --- a/cryptography/hazmat/bindings/openssl/evp.py +++ b/cryptography/hazmat/bindings/openssl/evp.py @@ -214,7 +214,6 @@ int (*Cryptography_EVP_PKEY_decrypt)(EVP_PKEY_CTX *, unsigned char *, size_t *, const unsigned char *, size_t) = NULL; #endif #ifdef OPENSSL_NO_EC -static const int EVP_PKEY_EC = 0; int (*EVP_PKEY_assign_EC_KEY)(EVP_PKEY *, EC_KEY *) = NULL; #endif @@ -245,7 +244,6 @@ CONDITIONAL_NAMES = { "EVP_PKEY_CTX_set_signature_md", ], "Cryptography_HAS_EC": [ - "EVP_PKEY_EC", "EVP_PKEY_assign_EC_KEY", ] } |