From 491fd7cc5aefff8064039d073331b41a2f606a63 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 27 Jun 2017 11:15:37 -1000 Subject: Funcs macros gone (#3695) * No more FUNCS/MACROS distinction * change the docs to not talk about MACROS since they're gone * remove out of date comment --- src/_cffi_src/openssl/aes.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/_cffi_src/openssl/aes.py') diff --git a/src/_cffi_src/openssl/aes.py b/src/_cffi_src/openssl/aes.py index d035fa8e..028c92ce 100644 --- a/src/_cffi_src/openssl/aes.py +++ b/src/_cffi_src/openssl/aes.py @@ -27,9 +27,6 @@ int AES_unwrap_key(AES_KEY *, const unsigned char *, unsigned char *, const unsigned char *, unsigned int); """ -MACROS = """ -""" - CUSTOMIZATIONS = """ static const long Cryptography_HAS_AES_WRAP = 1; """ -- cgit v1.2.3