From a41a20e1f667c810d2789beae726764aac4d1c61 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 3 Aug 2015 16:18:58 +0100 Subject: remove openssl CONDITIONAL_NAMES --- src/_cffi_src/openssl/ecdh.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/_cffi_src/openssl/ecdh.py') diff --git a/src/_cffi_src/openssl/ecdh.py b/src/_cffi_src/openssl/ecdh.py index 6c7e010c..3116c3b6 100644 --- a/src/_cffi_src/openssl/ecdh.py +++ b/src/_cffi_src/openssl/ecdh.py @@ -48,12 +48,3 @@ void *(*ECDH_get_ex_data)(EC_KEY *, int) = NULL; static const long Cryptography_HAS_ECDH = 1; #endif """ - -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