From: Tomas Mraz Date: Thu, 19 Oct 2023 07:23:43 +0000 (+0200) Subject: cms_enc.c: Include crypto/asn1.h for struct asn1_object_st X-Git-Tag: openssl-3.1.4~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c16c5beb281ae8e9671a9dc748d87a107636004e;p=thirdparty%2Fopenssl.git cms_enc.c: Include crypto/asn1.h for struct asn1_object_st Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/22432) (cherry picked from commit fa9e6ad46860ea92aa2e1ba997b20c6dff76b42c) --- diff --git a/crypto/cms/cms_enc.c b/crypto/cms/cms_enc.c index 91434339868..b5faf5e3c60 100644 --- a/crypto/cms/cms_enc.c +++ b/crypto/cms/cms_enc.c @@ -15,6 +15,7 @@ #include #include #include "crypto/evp.h" +#include "crypto/asn1.h" #include "cms_local.h" /* CMS EncryptedData Utilities */