diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 15:55:08 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:41 +0200 |
commit | 904e1f92b381a15139af154ca58fd6d9f566ab2e (patch) | |
tree | ef48b3f8b60c3ad986e0bb380440d6b6edb07873 /crypto/cms/cms_sd.c | |
parent | Fix safestack issues in cmp.h (diff) | |
download | openssl-904e1f92b381a15139af154ca58fd6d9f566ab2e.tar.xz openssl-904e1f92b381a15139af154ca58fd6d9f566ab2e.zip |
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.c | 3 |
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) |