aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src
diff options
context:
space:
mode:
authorThomas Sileo <tsileo@users.noreply.github.com>2016-11-06 11:56:33 +0100
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-11-06 18:56:33 +0800
commit7b9c98a53d4431972c7420654a0b3887202da856 (patch)
tree3f2a3ab496332372fc03b9087388f450843155cb /src/_cffi_src
parent769d5c66be493bdf6ed684cfb79a7ef4ec9f3194 (diff)
downloadcryptography-7b9c98a53d4431972c7420654a0b3887202da856.tar.gz
cryptography-7b9c98a53d4431972c7420654a0b3887202da856.tar.bz2
cryptography-7b9c98a53d4431972c7420654a0b3887202da856.zip
Export missing OpenSSL `X509_VERIFY_PARAM_free` (#3221)
* Export missing OpenSSL `X509_VERIFY_PARAM_free` * Remove un-needed export in conditional names
Diffstat (limited to 'src/_cffi_src')
-rw-r--r--src/_cffi_src/openssl/x509_vfy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/x509_vfy.py b/src/_cffi_src/openssl/x509_vfy.py
index 7821d194..300b2a97 100644
--- a/src/_cffi_src/openssl/x509_vfy.py
+++ b/src/_cffi_src/openssl/x509_vfy.py
@@ -172,6 +172,7 @@ int X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *,
Cryptography_STACK_OF_ASN1_OBJECT *);
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 = """