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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/x509/v3_conf.c b/crypto/x509/v3_conf.c
index 3471ce098f..918e96e709 100644
--- a/crypto/x509/v3_conf.c
+++ b/crypto/x509/v3_conf.c
@@ -17,8 +17,6 @@
#include "crypto/x509.h"
#include <openssl/x509v3.h>
-DEFINE_STACK_OF(CONF_VALUE)
-
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,