aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/pkcs12.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/_cffi_src/openssl/pkcs12.py')
-rw-r--r--src/_cffi_src/openssl/pkcs12.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/_cffi_src/openssl/pkcs12.py b/src/_cffi_src/openssl/pkcs12.py
index fa7564ac..21a8481f 100644
--- a/src/_cffi_src/openssl/pkcs12.py
+++ b/src/_cffi_src/openssl/pkcs12.py
@@ -17,9 +17,6 @@ void PKCS12_free(PKCS12 *);
PKCS12 *d2i_PKCS12_bio(BIO *, PKCS12 **);
int i2d_PKCS12_bio(BIO *, PKCS12 *);
-"""
-
-MACROS = """
int PKCS12_parse(PKCS12 *, const char *, EVP_PKEY **, X509 **,
Cryptography_STACK_OF_X509 **);
PKCS12 *PKCS12_create(char *, char *, EVP_PKEY *, X509 *,
@@ -28,5 +25,3 @@ PKCS12 *PKCS12_create(char *, char *, EVP_PKEY *, X509 *,
CUSTOMIZATIONS = """
"""
-
-CONDITIONAL_NAMES = {}