From e74e562f1c518839cc9b63aafd4af6644e01d9ca Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 3 Sep 2020 16:14:28 +0100 Subject: Fix safestack issues in conf.h Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12781) --- crypto/x509/v3_pmaps.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/x509/v3_pmaps.c') diff --git a/crypto/x509/v3_pmaps.c b/crypto/x509/v3_pmaps.c index c63a0e4cb9..a2b95c48e4 100644 --- a/crypto/x509/v3_pmaps.c +++ b/crypto/x509/v3_pmaps.c @@ -14,8 +14,6 @@ #include #include "ext_dat.h" -DEFINE_STACK_OF(CONF_VALUE) - static void *v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); static STACK_OF(CONF_VALUE) *i2v_POLICY_MAPPINGS(const X509V3_EXT_METHOD -- cgit v1.2.3