From 05c2e504c7abf037d5d84e86a60e0448b30d5f32 Mon Sep 17 00:00:00 2001 From: Andre Caron Date: Mon, 18 May 2015 21:52:42 -0400 Subject: Removes variable names from binding. --- src/cryptography/hazmat/bindings/openssl/x509v3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/hazmat/bindings/openssl/x509v3.py b/src/cryptography/hazmat/bindings/openssl/x509v3.py index 4e58ce25..4ed94153 100644 --- a/src/cryptography/hazmat/bindings/openssl/x509v3.py +++ b/src/cryptography/hazmat/bindings/openssl/x509v3.py @@ -210,7 +210,7 @@ void sk_ASN1_INTEGER_free(Cryptography_STACK_OF_ASN1_INTEGER *); int sk_ASN1_INTEGER_num(Cryptography_STACK_OF_ASN1_INTEGER *); ASN1_INTEGER *sk_ASN1_INTEGER_value(Cryptography_STACK_OF_ASN1_INTEGER *, int); -X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc); +X509_EXTENSION *X509V3_EXT_i2d(int, int, void *); """ CUSTOMIZATIONS = """ -- cgit v1.2.3