From 857b90dda53a4341ec16a7f2c4c7556af6a8c732 Mon Sep 17 00:00:00 2001
From: Alex Gaynor <alex.gaynor@gmail.com>
Date: Mon, 25 Feb 2019 23:58:40 -0500
Subject: Removed unused constant from bindings (#4771)

---
 src/_cffi_src/openssl/cmac.py | 2 --
 1 file changed, 2 deletions(-)

(limited to 'src/_cffi_src/openssl')

diff --git a/src/_cffi_src/openssl/cmac.py b/src/_cffi_src/openssl/cmac.py
index f976647f..557abd1c 100644
--- a/src/_cffi_src/openssl/cmac.py
+++ b/src/_cffi_src/openssl/cmac.py
@@ -11,7 +11,6 @@ INCLUDES = """
 """
 
 TYPES = """
-static const int Cryptography_HAS_CMAC;
 typedef ... CMAC_CTX;
 """
 
@@ -25,5 +24,4 @@ void CMAC_CTX_free(CMAC_CTX *);
 """
 
 CUSTOMIZATIONS = """
-static const long Cryptography_HAS_CMAC = 1;
 """
-- 
cgit v1.2.3