commit | 8c032553fb6a75614d2755963a923301fc3b03f1 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jul 04 13:16:14 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jul 04 13:16:14 2015 -0400 |
tree | ea8d33c56a2d3ce9185868dbd3acfa86f4a1280b | |
parent | a2571c6e6cc2128b0b5b3c33df9e40f8b1460ee6 [diff] |
Refs #2108 -- expand the OTHERNAME binding.
diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py index 5228745..0f5306d 100644 --- a/src/_cffi_src/openssl/x509v3.py +++ b/src/_cffi_src/openssl/x509v3.py
@@ -59,7 +59,8 @@ static const int GEN_RID; typedef struct { - ...; + ASN1_OBJECT *type_id; + ASN1_TYPE *value; } OTHERNAME; typedef struct {