diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-17 13:41:31 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-17 14:39:55 -0400 |
commit | 7aa2a329792d89a22451f1d14a888f1d94547dc5 (patch) | |
tree | 665fce0c62eab1c7b4c22a7fda04011aed7da974 /src/cryptography/hazmat/bindings/openssl/_conditional.py | |
parent | fd42a00b6e8b120ae7c3219cec08659063b78b2b (diff) | |
download | cryptography-7aa2a329792d89a22451f1d14a888f1d94547dc5.tar.gz cryptography-7aa2a329792d89a22451f1d14a888f1d94547dc5.tar.bz2 cryptography-7aa2a329792d89a22451f1d14a888f1d94547dc5.zip |
sigh... and this one
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r-- | src/cryptography/hazmat/bindings/openssl/_conditional.py | 1 |
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 55bdc472..7265d228 100644 --- a/src/cryptography/hazmat/bindings/openssl/_conditional.py +++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py @@ -415,6 +415,7 @@ CONDITIONAL_NAMES = { "Cryptography_HAS_LOCKING_CALLBACKS": [ "CRYPTO_LOCK", "CRYPTO_UNLOCK", + "CRYPTO_READ", "CRYPTO_LOCK_SSL", ] } |