From dc560b678d46bdac507295df784e5ec5a0a33dec Mon Sep 17 00:00:00 2001 From: "Carlos D. Garza" Date: Tue, 15 Jul 2014 19:41:16 -0500 Subject: Removing the param name from the binding for X509V3_EXT_d2i in accordence with the contribution guidlines. --- cryptography/hazmat/bindings/openssl/x509v3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography/hazmat/bindings/openssl/x509v3.py b/cryptography/hazmat/bindings/openssl/x509v3.py index 5ec7f6a3..cf4be1fe 100644 --- a/cryptography/hazmat/bindings/openssl/x509v3.py +++ b/cryptography/hazmat/bindings/openssl/x509v3.py @@ -83,7 +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); +void *X509V3_EXT_d2i(X509_EXTENSION *); """ MACROS = """ -- cgit v1.2.3