diff options
Diffstat (limited to 'src/_cffi_src/openssl/crypto.py')
-rw-r--r-- | src/_cffi_src/openssl/crypto.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/openssl/crypto.py b/src/_cffi_src/openssl/crypto.py index 64c0aa4d..dfff21bb 100644 --- a/src/_cffi_src/openssl/crypto.py +++ b/src/_cffi_src/openssl/crypto.py @@ -34,9 +34,6 @@ static const int CRYPTO_LOCK_SSL; FUNCTIONS = """ int CRYPTO_mem_ctrl(int); -""" - -MACROS = """ /* CRYPTO_cleanup_all_ex_data became a macro in 1.1.0 */ void CRYPTO_cleanup_all_ex_data(void); |