cms_enc.c: Include crypto/asn1.h for struct asn1_object_st
authorTomas Mraz <tomas@openssl.org>
Thu, 19 Oct 2023 07:23:43 +0000 (09:23 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 19 Oct 2023 08:16:59 +0000 (10:16 +0200)
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)

crypto/cms/cms_enc.c

index 914343398680fa6120da135749e58c575fa562cf..b5faf5e3c601937899e4b3042f67dcc1c3a50874 100644 (file)
@@ -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 */