aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/pkcs7.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/_cffi_src/openssl/pkcs7.py')
-rw-r--r--src/_cffi_src/openssl/pkcs7.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/openssl/pkcs7.py b/src/_cffi_src/openssl/pkcs7.py
index 0dd89582..1bece5b7 100644
--- a/src/_cffi_src/openssl/pkcs7.py
+++ b/src/_cffi_src/openssl/pkcs7.py
@@ -72,9 +72,6 @@ PKCS7 *PKCS7_encrypt(Cryptography_STACK_OF_X509 *, BIO *,
int PKCS7_decrypt(PKCS7 *, EVP_PKEY *, X509 *, BIO *, int);
BIO *PKCS7_dataInit(PKCS7 *, BIO *);
-"""
-
-MACROS = """
int PKCS7_type_is_encrypted(PKCS7 *);
int PKCS7_type_is_signed(PKCS7 *);
int PKCS7_type_is_enveloped(PKCS7 *);