From e43fffb7614a39b454421798a415625a59687e19 Mon Sep 17 00:00:00 2001 From: Ashwini Oruganti Date: Thu, 1 May 2014 12:47:24 -0700 Subject: Define CONDITIONAL_NAMES --- cryptography/hazmat/bindings/openssl/ecdh.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cryptography/hazmat/bindings/openssl/ecdh.py b/cryptography/hazmat/bindings/openssl/ecdh.py index c74abb96..6b9b50ce 100644 --- a/cryptography/hazmat/bindings/openssl/ecdh.py +++ b/cryptography/hazmat/bindings/openssl/ecdh.py @@ -57,4 +57,10 @@ void *(*ECDH_get_ex_data)(EC_KEY *, int) = NULL; """ CONDITIONAL_NAMES = { + "Cryptography_HAS_ECDH": [ + "ECDH_compute_key", + "ECDH_get_ex_new_index", + "ECDH_set_ex_data", + "ECDH_get_ex_data", + ], } -- cgit v1.2.3