summaryrefslogtreecommitdiffstats
path: root/crypto
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:16:59 +0200
commitc16c5beb281ae8e9671a9dc748d87a107636004e (patch)
treee32b494f96727237085b064013547f202d900ec4 /crypto
parentca0c9879da38fcfd2b1c41c86429276cddbee555 (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)
Diffstat (limited to 'crypto')
-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 */