summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/confdump.c2
-rw-r--r--test/http_test.c2
-rw-r--r--test/ssl_test_ctx.c2
3 files changed, 0 insertions, 6 deletions
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 <openssl/safestack.h>
#include <openssl/err.h>
-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;