From b4e47f87c0d7240f072af26e8ccb40657110be5d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 9 Mar 2016 21:03:46 -0400 Subject: opaque X509_EXTENSION --- src/_cffi_src/openssl/x509.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/_cffi_src') diff --git a/src/_cffi_src/openssl/x509.py b/src/_cffi_src/openssl/x509.py index c5eb600a..112f4ed2 100644 --- a/src/_cffi_src/openssl/x509.py +++ b/src/_cffi_src/openssl/x509.py @@ -36,11 +36,7 @@ typedef struct { ...; } X509_CINF; -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