From 84cdca7aecd84878c4650214c3222f7c805d8763 Mon Sep 17 00:00:00 2001 From: Aviv Palivoda Date: Mon, 13 Feb 2017 02:59:16 +0200 Subject: Add EVP_PKEY_DHX (#3388) * Add EVP_PKEY_DHX * Add Cryptography_HAS_EVP_PKEY_DHX to _conditional.py --- src/cryptography/hazmat/bindings/openssl/_conditional.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cryptography/hazmat/bindings/openssl') diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py index 291cea8c..5d377d18 100644 --- a/src/cryptography/hazmat/bindings/openssl/_conditional.py +++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py @@ -307,4 +307,7 @@ CONDITIONAL_NAMES = { "Cryptography_DTLSv1_get_timeout", "DTLSv1_handle_timeout", ], + "Cryptography_HAS_EVP_PKEY_DHX": [ + "EVP_PKEY_DHX", + ], } -- cgit v1.2.3