aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-07-10 11:02:39 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-07-10 11:02:39 -0700
commit32989282ff36de4d000afe71484c5711c9619faa (patch)
treead3394efbdda6e6b5c2055e1b7066ab21fadd103
parentab4e90dc7d81474f38e7d9d924974eecbbd74946 (diff)
parent7f7a9b9d2d537a0fd5d8060b55c04ad620858bc9 (diff)
downloadcryptography-32989282ff36de4d000afe71484c5711c9619faa.tar.gz
cryptography-32989282ff36de4d000afe71484c5711c9619faa.tar.bz2
cryptography-32989282ff36de4d000afe71484c5711c9619faa.zip
Merge pull request #1246 from Ayrx/add-binding
Add GENERAL_NAMES_free binding
-rw-r--r--cryptography/hazmat/bindings/openssl/x509v3.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/hazmat/bindings/openssl/x509v3.py b/cryptography/hazmat/bindings/openssl/x509v3.py
index 02ec250a..b668951a 100644
--- a/cryptography/hazmat/bindings/openssl/x509v3.py
+++ b/cryptography/hazmat/bindings/openssl/x509v3.py
@@ -82,6 +82,7 @@ FUNCTIONS = """
void X509V3_set_ctx(X509V3_CTX *, X509 *, X509 *, X509_REQ *, X509_CRL *, int);
X509_EXTENSION *X509V3_EXT_nconf(CONF *, X509V3_CTX *, char *, char *);
int GENERAL_NAME_print(BIO *, GENERAL_NAME *);
+void GENERAL_NAMES_free(GENERAL_NAMES *);
"""
MACROS = """