diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-03 10:10:27 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-03 10:10:27 -0400 |
commit | d74e336fdad10333718d189da535ce47e147a967 (patch) | |
tree | 43b531f78c13b72d7cf18bce69fd3e9959cdc7fb /src/_cffi_src | |
parent | 54b15f7138023b069a757b1d2c695562aaf500cc (diff) | |
download | cryptography-d74e336fdad10333718d189da535ce47e147a967.tar.gz cryptography-d74e336fdad10333718d189da535ce47e147a967.tar.bz2 cryptography-d74e336fdad10333718d189da535ce47e147a967.zip |
reduce diff with master
Diffstat (limited to 'src/_cffi_src')
-rw-r--r-- | src/_cffi_src/openssl/x509v3.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py index 36d90911..52287459 100644 --- a/src/_cffi_src/openssl/x509v3.py +++ b/src/_cffi_src/openssl/x509v3.py @@ -185,7 +185,6 @@ MACROS = """ int i2d_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS *, unsigned char **); BASIC_CONSTRAINTS *BASIC_CONSTRAINTS_new(void); void BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *); - /* This is a macro defined by a call to DECLARE_ASN1_FUNCTIONS in the x509v3.h header. */ void AUTHORITY_KEYID_free(AUTHORITY_KEYID *); |