summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-10-19 09:23:43 +0200
committerTomas Mraz <tomas@openssl.org>2023-10-19 10:17:10 +0200
commitb130e18e430b03f90834fd214f550c3d56e1b302 (patch)
tree441b159d154a86387807ef471f337b4808170906
parente70f5b270440f0b87738dd104018694276827684 (diff)
cms_enc.c: Include crypto/asn1.h for struct asn1_object_st
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22432) (cherry picked from commit fa9e6ad46860ea92aa2e1ba997b20c6dff76b42c)
-rw-r--r--crypto/cms/cms_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/cms/cms_enc.c b/crypto/cms/cms_enc.c
index 9143433986..b5faf5e3c6 100644
--- a/crypto/cms/cms_enc.c
+++ b/crypto/cms/cms_enc.c
@@ -15,6 +15,7 @@
#include <openssl/cms.h>
#include <openssl/rand.h>
#include "crypto/evp.h"
+#include "crypto/asn1.h"
#include "cms_local.h"
/* CMS EncryptedData Utilities */