From 7f7a9b9d2d537a0fd5d8060b55c04ad620858bc9 Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Thu, 10 Jul 2014 21:13:46 +0800 Subject: Add GENERAL_NAMES_free binding --- cryptography/hazmat/bindings/openssl/x509v3.py | 1 + 1 file changed, 1 insertion(+) 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 = """ -- cgit v1.2.3