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/conf/conf_api.c | 2 -- crypto/conf/conf_mod.c | 1 - crypto/conf/conf_ssl.c | 2 -- 3 files changed, 5 deletions(-) (limited to 'crypto/conf') diff --git a/crypto/conf/conf_api.c b/crypto/conf/conf_api.c index b4edfb28ae..d64cc5031a 100644 --- a/crypto/conf/conf_api.c +++ b/crypto/conf/conf_api.c @@ -16,8 +16,6 @@ #include #include -DEFINE_STACK_OF(CONF_VALUE) - static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf); static void value_free_stack_doall(CONF_VALUE *a); diff --git a/crypto/conf/conf_mod.c b/crypto/conf/conf_mod.c index a0b9fd3b61..fa7f6b9d9f 100644 --- a/crypto/conf/conf_mod.c +++ b/crypto/conf/conf_mod.c @@ -21,7 +21,6 @@ #include #include -DEFINE_STACK_OF(CONF_VALUE) DEFINE_STACK_OF(CONF_MODULE) DEFINE_STACK_OF(CONF_IMODULE) diff --git a/crypto/conf/conf_ssl.c b/crypto/conf/conf_ssl.c index eefd279a10..5b949be616 100644 --- a/crypto/conf/conf_ssl.c +++ b/crypto/conf/conf_ssl.c @@ -14,8 +14,6 @@ #include "internal/sslconf.h" #include "conf_local.h" -DEFINE_STACK_OF(CONF_VALUE) - /* * SSL library configuration module placeholder. We load it here but defer * all decisions about its contents to libssl. -- cgit v1.2.1