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) --- test/confdump.c | 2 -- test/http_test.c | 2 -- test/ssl_test_ctx.c | 2 -- 3 files changed, 6 deletions(-) (limited to 'test') diff --git a/test/confdump.c b/test/confdump.c index 2a72f5b454..ba760f04a8 100644 --- a/test/confdump.c +++ b/test/confdump.c @@ -14,8 +14,6 @@ #include #include -DEFINE_STACK_OF(CONF_VALUE) - static STACK_OF(OPENSSL_CSTRING) *section_names = NULL; static void collect_section_name(CONF_VALUE *v) diff --git a/test/http_test.c b/test/http_test.c index f073dcd7ff..437fca97dc 100644 --- a/test/http_test.c +++ b/test/http_test.c @@ -15,8 +15,6 @@ #include "testutil.h" -DEFINE_STACK_OF(CONF_VALUE) - static const ASN1_ITEM *x509_it = NULL; static X509 *x509 = NULL; #define SERVER "mock.server" diff --git a/test/ssl_test_ctx.c b/test/ssl_test_ctx.c index c3adb50581..f440601799 100644 --- a/test/ssl_test_ctx.c +++ b/test/ssl_test_ctx.c @@ -20,8 +20,6 @@ # define strcasecmp _stricmp #endif -DEFINE_STACK_OF(CONF_VALUE) - static const int default_app_data_size = 256; /* Default set to be as small as possible to exercise fragmentation. */ static const int default_max_fragment_size = 512; -- cgit v1.2.3