summaryrefslogtreecommitdiffstats
path: root/crypto/x509/v3_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/v3_conf.c')
-rw-r--r--crypto/x509/v3_conf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/x509/v3_conf.c b/crypto/x509/v3_conf.c
index 47b1cfc90b..38e364709a 100644
--- a/crypto/x509/v3_conf.c
+++ b/crypto/x509/v3_conf.c
@@ -17,6 +17,9 @@
#include "crypto/x509.h"
#include <openssl/x509v3.h>
+DEFINE_STACK_OF(CONF_VALUE)
+DEFINE_STACK_OF(X509_EXTENSION)
+
static int v3_check_critical(const char **value);
static int v3_check_generic(const char **value);
static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,