summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/x509v3.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2000-05-17 10:08:05 +0000
committerBen Laurie <ben@openssl.org>2000-05-17 10:08:05 +0000
commit0d3b0afe9e59962f92b0cc6c63fc65a8e8dbc0de (patch)
tree35674c2a4e17a88f0e6da534bb188ca6ca2de540 /crypto/x509v3/x509v3.h
parentabc9400e100632760727d150946f5269a0a5227b (diff)
Typesafety Thought Police last part.
Diffstat (limited to 'crypto/x509v3/x509v3.h')
-rw-r--r--crypto/x509v3/x509v3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h
index 8498aec014..f2225d3980 100644
--- a/crypto/x509v3/x509v3.h
+++ b/crypto/x509v3/x509v3.h
@@ -131,6 +131,8 @@ void *db;
typedef struct v3_ext_method X509V3_EXT_METHOD;
typedef struct v3_ext_ctx X509V3_CTX;
+DECLARE_STACK_OF(X509V3_EXT_METHOD)
+
/* ext_flags values */
#define X509V3_EXT_DYNAMIC 0x1
#define X509V3_EXT_CTX_DEP 0x2