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/engine.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/_cffi_src/openssl/engine.py') diff --git a/src/_cffi_src/openssl/engine.py b/src/_cffi_src/openssl/engine.py index 5079fd69..011f6692 100644 --- a/src/_cffi_src/openssl/engine.py +++ b/src/_cffi_src/openssl/engine.py @@ -167,9 +167,3 @@ void (*ENGINE_load_cryptodev)(void) = NULL; static const long Cryptography_HAS_ENGINE_CRYPTODEV = 1; #endif """ - -CONDITIONAL_NAMES = { - "Cryptography_HAS_ENGINE_CRYPTODEV": [ - "ENGINE_load_cryptodev" - ] -} -- cgit v1.2.3