aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-17 10:01:56 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-17 14:39:55 -0400
commitfd42a00b6e8b120ae7c3219cec08659063b78b2b (patch)
treeb696722bb4f590ac8dc84b3e1491b7f1d633b21c /src/cryptography/hazmat/bindings/openssl
parentd30e267c29ba03157a9551aba013c6725dfd650d (diff)
downloadcryptography-fd42a00b6e8b120ae7c3219cec08659063b78b2b.tar.gz
cryptography-fd42a00b6e8b120ae7c3219cec08659063b78b2b.tar.bz2
cryptography-fd42a00b6e8b120ae7c3219cec08659063b78b2b.zip
need this one too
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 436fcebd..55bdc472 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -415,5 +415,6 @@ CONDITIONAL_NAMES = {
"Cryptography_HAS_LOCKING_CALLBACKS": [
"CRYPTO_LOCK",
"CRYPTO_UNLOCK",
+ "CRYPTO_LOCK_SSL",
]
}