aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-11-04 21:32:35 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-11-04 21:32:35 -0500
commit564600e64d2abedeea7de62cf861ece9b67556b6 (patch)
tree35ac35b604d43ebf410550421aff8b2927f60c11 /src/_cffi_src
parentea09b72ee4cb37ba038e38ea4784d12dd337df2c (diff)
parent0b1be548a7c1782126ea8920d65e7b0f6dc69089 (diff)
downloadcryptography-564600e64d2abedeea7de62cf861ece9b67556b6.tar.gz
cryptography-564600e64d2abedeea7de62cf861ece9b67556b6.tar.bz2
cryptography-564600e64d2abedeea7de62cf861ece9b67556b6.zip
Merge pull request #2466 from reaperhulk/remove-malloc-debug-init
remove malloc_debug_init as it has occasionally caused compile issues
Diffstat (limited to 'src/_cffi_src')
-rw-r--r--src/_cffi_src/openssl/crypto.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/_cffi_src/openssl/crypto.py b/src/_cffi_src/openssl/crypto.py
index c66bbe36..3c045410 100644
--- a/src/_cffi_src/openssl/crypto.py
+++ b/src/_cffi_src/openssl/crypto.py
@@ -49,7 +49,6 @@ void OPENSSL_free(void *);
MACROS = """
void CRYPTO_add(int *, int, int);
void CRYPTO_malloc_init(void);
-void CRYPTO_malloc_debug_init(void);
"""
CUSTOMIZATIONS = """