aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptography')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 148534da..b8d7e7da 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -412,4 +412,11 @@ CONDITIONAL_NAMES = {
"TLS_ST_BEFORE",
"TLS_ST_OK",
],
+ "Cryptography_HAS_LOCKING_CALLBACKS": [
+ "CRYPTO_LOCK",
+ "CRYPTO_UNLOCK",
+ "CRYPTO_READ",
+ "CRYPTO_LOCK_SSL",
+ "CRYPTO_lock",
+ ]
}