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:15:56 +0200
commitfa9e6ad46860ea92aa2e1ba997b20c6dff76b42c (patch)
treedc2cbc24ccdc534afbf9065f4c88c40f094dedff
parent80f32964a5388f5a313ced88f17a41f17794e369 (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)
-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 3f1328c041..ea8f07e1af 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 */