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.2.0-beta1~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa9e6ad46860ea92aa2e1ba997b20c6dff76b42c;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) --- diff --git a/crypto/cms/cms_enc.c b/crypto/cms/cms_enc.c index 3f1328c0413..ea8f07e1aff 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 */