aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509v3.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-04 13:16:14 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-04 13:16:14 -0400
commit8c032553fb6a75614d2755963a923301fc3b03f1 (patch)
treeea8d33c56a2d3ce9185868dbd3acfa86f4a1280b /src/_cffi_src/openssl/x509v3.py
parenta2571c6e6cc2128b0b5b3c33df9e40f8b1460ee6 (diff)
downloadcryptography-8c032553fb6a75614d2755963a923301fc3b03f1.tar.gz
cryptography-8c032553fb6a75614d2755963a923301fc3b03f1.tar.bz2
cryptography-8c032553fb6a75614d2755963a923301fc3b03f1.zip
Refs #2108 -- expand the OTHERNAME binding.
Diffstat (limited to 'src/_cffi_src/openssl/x509v3.py')
-rw-r--r--src/_cffi_src/openssl/x509v3.py3
1 files changed, 2 insertions, 1 deletions
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 {