summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 12:46:08 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:09:45 +0100
commite144fd36ceb4d71a75b04503995a52ad6699fb22 (patch)
tree0642e141ce77e06b70bdc72b4512ca4fa9c838cf /test
parente6623cfbffcc03e2483632359e005ca13adacc9d (diff)
Fix safestack issues in x509v3.h
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12781)
Diffstat (limited to 'test')
-rw-r--r--test/cmp_ctx_test.c1
-rw-r--r--test/v3nametest.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/test/cmp_ctx_test.c b/test/cmp_ctx_test.c
index f3f49888bc..997edf64cb 100644
--- a/test/cmp_ctx_test.c
+++ b/test/cmp_ctx_test.c
@@ -15,7 +15,6 @@
DEFINE_STACK_OF(ASN1_UTF8STRING)
DEFINE_STACK_OF(OSSL_CMP_ITAV)
-DEFINE_STACK_OF(POLICYINFO)
typedef struct test_fixture {
const char *test_case_name;
diff --git a/test/v3nametest.c b/test/v3nametest.c
index a5fa482215..9b81988ddd 100644
--- a/test/v3nametest.c
+++ b/test/v3nametest.c
@@ -19,8 +19,6 @@
# define strcasecmp _stricmp
#endif
-DEFINE_STACK_OF(GENERAL_NAME)
-
static const char *const names[] = {
"a", "b", ".", "*", "@",
".a", "a.", ".b", "b.", ".*", "*.", "*@", "@*", "a@", "@a", "b@", "..",