aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/hazmat/backends/openssl/crypto.py
diff options
context:
space:
mode:
Diffstat (limited to 'cryptography/hazmat/backends/openssl/crypto.py')
-rw-r--r--cryptography/hazmat/backends/openssl/crypto.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptography/hazmat/backends/openssl/crypto.py b/cryptography/hazmat/backends/openssl/crypto.py
index 773d9b14..2f1dfe11 100644
--- a/cryptography/hazmat/backends/openssl/crypto.py
+++ b/cryptography/hazmat/backends/openssl/crypto.py
@@ -34,6 +34,8 @@ void CRYPTO_malloc_debug_init();
#define CRYPTO_MEM_CHECK_OFF ...
#define CRYPTO_MEM_CHECK_ENABLE ...
#define CRYPTO_MEM_CHECK_DISABLE ...
+
+#define OPENSSL_malloc ...
"""
CUSTOMIZATIONS = """