summaryrefslogtreecommitdiff
path: root/src/_cffi_src/openssl/cmac.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/_cffi_src/openssl/cmac.py')
-rw-r--r--src/_cffi_src/openssl/cmac.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/_cffi_src/openssl/cmac.py b/src/_cffi_src/openssl/cmac.py
index c01a449f5..f4a368666 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",
- ],
-}