From 8c032553fb6a75614d2755963a923301fc3b03f1 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 4 Jul 2015 13:16:14 -0400 Subject: Refs #2108 -- expand the OTHERNAME binding. --- src/_cffi_src/openssl/x509v3.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/_cffi_src/openssl/x509v3.py') diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py index 52287459..0f5306d0 100644 --- a/src/_cffi_src/openssl/x509v3.py +++ b/src/_cffi_src/openssl/x509v3.py @@ -59,7 +59,8 @@ static const int GEN_IPADD; static const int GEN_RID; typedef struct { - ...; + ASN1_OBJECT *type_id; + ASN1_TYPE *value; } OTHERNAME; typedef struct { -- cgit v1.2.3