summaryrefslogtreecommitdiffstats
path: root/apps/cms.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 14:55:08 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:41 +0100
commit904e1f92b381a15139af154ca58fd6d9f566ab2e (patch)
treeef48b3f8b60c3ad986e0bb380440d6b6edb07873 /apps/cms.c
parent798f932980e2fe656a8ba2a1bde453484f6f07dc (diff)
Fix safestack issues in cms.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 'apps/cms.c')
-rw-r--r--apps/cms.c2
1 files changed, 0 insertions, 2 deletions
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 <openssl/x509v3.h>
# include <openssl/cms.h>
-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);