summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_sd.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 /crypto/cms/cms_sd.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 'crypto/cms/cms_sd.c')
-rw-r--r--crypto/cms/cms_sd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/cms/cms_sd.c b/crypto/cms/cms_sd.c
index e76766bab7..4b6822f4fd 100644
--- a/crypto/cms/cms_sd.c
+++ b/crypto/cms/cms_sd.c
@@ -22,9 +22,6 @@
#include "crypto/ess.h"
#include "crypto/x509.h" /* for X509_add_cert_new() */
-DEFINE_STACK_OF(CMS_RevocationInfoChoice)
-DEFINE_STACK_OF(CMS_SignerInfo)
-
/* CMS SignedData Utilities */
static CMS_SignedData *cms_get0_signed(CMS_ContentInfo *cms)