From 798f932980e2fe656a8ba2a1bde453484f6f07dc Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 3 Sep 2020 14:45:54 +0100 Subject: Fix safestack issues in cmp.h Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12781) --- crypto/cmp/cmp_ctx.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/cmp/cmp_ctx.c') diff --git a/crypto/cmp/cmp_ctx.c b/crypto/cmp/cmp_ctx.c index fdbd90a076..d960167bc0 100644 --- a/crypto/cmp/cmp_ctx.c +++ b/crypto/cmp/cmp_ctx.c @@ -21,8 +21,6 @@ #include #include -DEFINE_STACK_OF(OSSL_CMP_ITAV) - /* * Get current certificate store containing trusted root CA certs */ -- cgit v1.2.3