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) --- apps/x509.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/x509.c') diff --git a/apps/x509.c b/apps/x509.c index a8f515a90b..5627bd9dbe 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -28,8 +28,6 @@ # include #endif -DEFINE_STACK_OF(ASN1_OBJECT) - #undef POSTFIX #define POSTFIX ".srl" #define DEF_DAYS 30 -- cgit v1.2.3