From 06a03f7edfae54db985a7612e7f8825f5e87c416 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 29 Jun 2016 09:34:30 -0400 Subject: Opaque another OpenSSL struct (#3025) --- src/_cffi_src/openssl/x509.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/_cffi_src/openssl') diff --git a/src/_cffi_src/openssl/x509.py b/src/_cffi_src/openssl/x509.py index 99b565a8..fe08b271 100644 --- a/src/_cffi_src/openssl/x509.py +++ b/src/_cffi_src/openssl/x509.py @@ -36,14 +36,7 @@ typedef struct { ...; } X509_CINF; -/* TODO: opaque X509_EXTENSION. Cryptography no longer depends on it being - non-opaque but pyOpenSSL needs a release where it doesn't depend on this */ -typedef struct { - ASN1_OBJECT *object; - ASN1_BOOLEAN critical; - ASN1_OCTET_STRING *value; -} X509_EXTENSION; - +typedef ... X509_EXTENSION; typedef ... X509_EXTENSIONS; typedef ... X509_REQ_INFO; -- cgit v1.2.3