From a4fdc2b04fffa9afcd7fa076fe1386fb84da4460 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 16 Feb 2023 08:58:55 -0500 Subject: remove two bindings functions that were unused (#8304) just sort of sitting there --- src/_cffi_src/openssl/evp.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/_cffi_src') diff --git a/src/_cffi_src/openssl/evp.py b/src/_cffi_src/openssl/evp.py index 357de2924..46301ecbb 100644 --- a/src/_cffi_src/openssl/evp.py +++ b/src/_cffi_src/openssl/evp.py @@ -171,13 +171,6 @@ const long Cryptography_HAS_EVP_PKEY_DHX = 0; const long EVP_PKEY_DHX = -1; #endif -EVP_MD_CTX *Cryptography_EVP_MD_CTX_new(void) { - return EVP_MD_CTX_new(); -} -void Cryptography_EVP_MD_CTX_free(EVP_MD_CTX *md) { - EVP_MD_CTX_free(md); -} - #if CRYPTOGRAPHY_IS_LIBRESSL || CRYPTOGRAPHY_OPENSSL_300_OR_GREATER || \ CRYPTOGRAPHY_IS_BORINGSSL static const int Cryptography_HAS_EVP_PKEY_set_alias_type = 0; -- cgit v1.2.1