aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 02032a0d..d1cebd8e 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -318,5 +318,8 @@ CONDITIONAL_NAMES = {
],
"Cryptography_HAS_SCRYPT": [
"EVP_PBE_scrypt",
- ]
+ ],
+ "Cryptography_HAS_NPN_NEGOTIATED": [
+ "OPENSSL_NPN_NEGOTIATED",
+ ],
}