aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos D. Garza <carlos.garza@rackspace.com>2014-07-15 18:02:51 -0500
committerCarlos D. Garza <carlos.garza@rackspace.com>2014-07-15 19:25:19 -0500
commitaf7b98e5c208b891ecfa772711e5d47075a9b25c (patch)
treeb0a8803572dc9ae33cd389b71f62b50df007d4d2
parent79b52910615aa9dcec79518fa7ecd3ee3acf7a95 (diff)
downloadcryptography-af7b98e5c208b891ecfa772711e5d47075a9b25c.tar.gz
cryptography-af7b98e5c208b891ecfa772711e5d47075a9b25c.tar.bz2
cryptography-af7b98e5c208b891ecfa772711e5d47075a9b25c.zip
Adding binding for void *X509V3_EXT_d2i(X509_EXTENSION *ext);
-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 b668951a..5ec7f6a3 100644
--- a/cryptography/hazmat/bindings/openssl/x509v3.py
+++ b/cryptography/hazmat/bindings/openssl/x509v3.py
@@ -83,6 +83,7 @@ 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 *);
+void *X509V3_EXT_d2i(X509_EXTENSION *ext);
"""
MACROS = """