From bac98978ceaf681e4702bf9c6c0aec35783e4b32 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 12 May 2015 16:16:19 -0500 Subject: having the right return type is helpful --- 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 9d9bed16..23167996 100644 --- a/src/cryptography/hazmat/bindings/openssl/x509v3.py +++ b/src/cryptography/hazmat/bindings/openssl/x509v3.py @@ -203,7 +203,7 @@ POLICYQUALINFO *sk_POLICYQUALINFO_value(Cryptography_STACK_OF_POLICYQUALINFO *, void sk_ASN1_INTEGER_free(Cryptography_STACK_OF_ASN1_INTEGER *); int sk_ASN1_INTEGER_num(Cryptography_STACK_OF_ASN1_INTEGER *); -int sk_ASN1_INTEGER_value(Cryptography_STACK_OF_ASN1_INTEGER *, int); +ASN1_INTEGER *sk_ASN1_INTEGER_value(Cryptography_STACK_OF_ASN1_INTEGER *, int); """ CUSTOMIZATIONS = """ -- cgit v1.2.3