aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509v3.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-27 11:15:37 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-27 14:15:37 -0700
commit491fd7cc5aefff8064039d073331b41a2f606a63 (patch)
treebef92b0c9f0f3daad2f377acdb1fed28f3899fd9 /src/_cffi_src/openssl/x509v3.py
parent0145873de724744ca9ec584f0fc7c51079b2e68e (diff)
downloadcryptography-491fd7cc5aefff8064039d073331b41a2f606a63.tar.gz
cryptography-491fd7cc5aefff8064039d073331b41a2f606a63.tar.bz2
cryptography-491fd7cc5aefff8064039d073331b41a2f606a63.zip
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
Diffstat (limited to 'src/_cffi_src/openssl/x509v3.py')
-rw-r--r--src/_cffi_src/openssl/x509v3.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py
index 945bb3a9..d31107fb 100644
--- a/src/_cffi_src/openssl/x509v3.py
+++ b/src/_cffi_src/openssl/x509v3.py
@@ -185,9 +185,6 @@ GENERAL_NAMES *GENERAL_NAMES_new(void);
void GENERAL_NAMES_free(GENERAL_NAMES *);
void *X509V3_EXT_d2i(X509_EXTENSION *);
int X509_check_ca(X509 *);
-"""
-
-MACROS = """
/* X509 became a const arg in 1.1.0 */
void *X509_get_ext_d2i(X509 *, int, int *, int *);
/* The last two char * args became const char * in 1.1.0 */