aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-06 00:07:33 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-06 00:07:33 -0800
commit5894d9bbbcd5d8545496347f73fc0e9d1cf9dd68 (patch)
treeb62a019e52db8c90c8980ab43815a1ed3066f6bb
parent01e8ac3da73200ad3ff080482733fcfeecaa655e (diff)
downloadcryptography-5894d9bbbcd5d8545496347f73fc0e9d1cf9dd68.tar.gz
cryptography-5894d9bbbcd5d8545496347f73fc0e9d1cf9dd68.tar.bz2
cryptography-5894d9bbbcd5d8545496347f73fc0e9d1cf9dd68.zip
Be consistent with how we do this elsewhereh
-rw-r--r--cryptography/hazmat/bindings/openssl/err.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/err.py b/cryptography/hazmat/bindings/openssl/err.py
index 56e9a6bc..f2058ad8 100644
--- a/cryptography/hazmat/bindings/openssl/err.py
+++ b/cryptography/hazmat/bindings/openssl/err.py
@@ -265,7 +265,7 @@ static const long Cryptography_HAS_REMOVE_THREAD_STATE = 1;
#else
static const long Cryptography_HAS_REMOVE_THREAD_STATE = 0;
typedef uint32_t CRYPTO_THREADID;
-void (*ERR_remove_thread_state)(const CRYPTO_THREADID *);
+void (*ERR_remove_thread_state)(const CRYPTO_THREADID *) = NULL;
#endif
"""