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/engine/eng_cnf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/engine') diff --git a/crypto/engine/eng_cnf.c b/crypto/engine/eng_cnf.c index dcc30b6c62..0fb576c847 100644 --- a/crypto/engine/eng_cnf.c +++ b/crypto/engine/eng_cnf.c @@ -14,8 +14,6 @@ #include #include -DEFINE_STACK_OF(CONF_VALUE) - /* ENGINE config module */ static const char *skip_dot(const char *name) -- cgit v1.2.3