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/cmac.py | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/_cffi_src/openssl/cmac.py') diff --git a/src/_cffi_src/openssl/cmac.py b/src/_cffi_src/openssl/cmac.py index c01a449f..f4a36866 100644 --- a/src/_cffi_src/openssl/cmac.py +++ b/src/_cffi_src/openssl/cmac.py @@ -43,14 +43,3 @@ void (*CMAC_CTX_free)(CMAC_CTX *) = NULL; static const long Cryptography_HAS_CMAC = 1; #endif """ - -CONDITIONAL_NAMES = { - "Cryptography_HAS_CMAC": [ - "CMAC_CTX_new", - "CMAC_Init", - "CMAC_Update", - "CMAC_Final", - "CMAC_CTX_copy", - "CMAC_CTX_free", - ], -} -- cgit v1.2.3