From 904e1f92b381a15139af154ca58fd6d9f566ab2e Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 3 Sep 2020 14:55:08 +0100 Subject: Fix safestack issues in cms.h Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12781) --- apps/cms.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/cms.c') diff --git a/apps/cms.c b/apps/cms.c index 2706e5af86..178c441f1a 100644 --- a/apps/cms.c +++ b/apps/cms.c @@ -23,8 +23,6 @@ # include # include -DEFINE_STACK_OF(CMS_SignerInfo) - static int save_certs(char *signerfile, STACK_OF(X509) *signers); static int cms_cb(int ok, X509_STORE_CTX *ctx); static void receipt_request_print(CMS_ContentInfo *cms); -- cgit v1.2.3