From fd42a00b6e8b120ae7c3219cec08659063b78b2b Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 17 Mar 2016 10:01:56 -0400 Subject: need this one too --- src/_cffi_src/openssl/crypto.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/_cffi_src') diff --git a/src/_cffi_src/openssl/crypto.py b/src/_cffi_src/openssl/crypto.py index d6e5de15..86f2c7d6 100644 --- a/src/_cffi_src/openssl/crypto.py +++ b/src/_cffi_src/openssl/crypto.py @@ -29,6 +29,7 @@ static const int CRYPTO_MEM_CHECK_ENABLE; static const int CRYPTO_MEM_CHECK_DISABLE; static const int CRYPTO_LOCK; static const int CRYPTO_UNLOCK; +static const int CRYPTO_LOCK_SSL; """ FUNCTIONS = """ @@ -88,6 +89,7 @@ CUSTOMIZATIONS = """ static const long Cryptography_HAS_LOCKING_CALLBACKS = 0; static const long CRYPTO_LOCK = 0; static const long CRYPTO_UNLOCK = 0; +static const long CRYPTO_LOCK_SSL = 0; #else static const long Cryptography_HAS_LOCKING_CALLBACKS = 1; #endif -- cgit v1.2.3