aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/callbacks.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/_cffi_src/openssl/callbacks.py')
-rw-r--r--src/_cffi_src/openssl/callbacks.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/openssl/callbacks.py b/src/_cffi_src/openssl/callbacks.py
index 5895e7b0..cf2b2da5 100644
--- a/src/_cffi_src/openssl/callbacks.py
+++ b/src/_cffi_src/openssl/callbacks.py
@@ -34,9 +34,6 @@ int _setup_ssl_threads(void);
int Cryptography_pem_password_cb(char *, int, int, void *);
"""
-MACROS = """
-"""
-
CUSTOMIZATIONS = """
/* This code is derived from the locking code found in the Python _ssl module's
locking callback for OpenSSL.