From b4780134df95b34ae263e966e93c83594a38de5b Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 3 Sep 2020 14:35:41 +0100 Subject: Fix safestack issues in asn1.h Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12781) --- test/cmp_hdr_test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/cmp_hdr_test.c') diff --git a/test/cmp_hdr_test.c b/test/cmp_hdr_test.c index 4dcf998e26..344df43fea 100644 --- a/test/cmp_hdr_test.c +++ b/test/cmp_hdr_test.c @@ -12,7 +12,6 @@ #include "cmp_testlib.h" DEFINE_STACK_OF(OSSL_CMP_ITAV) -DEFINE_STACK_OF(ASN1_UTF8STRING) static unsigned char rand_data[OSSL_CMP_TRANSACTIONID_LENGTH]; -- cgit v1.2.3