aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509_vfy.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/x509_vfy.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/x509_vfy.py')
-rw-r--r--src/_cffi_src/openssl/x509_vfy.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/openssl/x509_vfy.py b/src/_cffi_src/openssl/x509_vfy.py
index ff83981c..7a5e3dd6 100644
--- a/src/_cffi_src/openssl/x509_vfy.py
+++ b/src/_cffi_src/openssl/x509_vfy.py
@@ -182,9 +182,6 @@ int X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *,
void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *, int);
int X509_VERIFY_PARAM_get_depth(const X509_VERIFY_PARAM *);
void X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *);
-"""
-
-MACROS = """
/* this CRYPTO_EX_DATA function became a macro in 1.1.0 */
int X509_STORE_CTX_get_ex_new_index(long, void *, CRYPTO_EX_new *,
CRYPTO_EX_dup *, CRYPTO_EX_free *);