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/rand.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/_cffi_src/openssl/rand.py') diff --git a/src/_cffi_src/openssl/rand.py b/src/_cffi_src/openssl/rand.py index 6330482c..91e1a396 100644 --- a/src/_cffi_src/openssl/rand.py +++ b/src/_cffi_src/openssl/rand.py @@ -41,11 +41,3 @@ int (*RAND_query_egd_bytes)(const char *, unsigned char *, int) = NULL; static const long Cryptography_HAS_EGD = 1; #endif """ - -CONDITIONAL_NAMES = { - "Cryptography_HAS_EGD": [ - "RAND_egd", - "RAND_egd_bytes", - "RAND_query_egd_bytes", - ] -} -- cgit v1.2.3