From fa9e6ad46860ea92aa2e1ba997b20c6dff76b42c Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 19 Oct 2023 09:23:43 +0200 Subject: [PATCH] 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) --- crypto/cms/cms_enc.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include "crypto/evp.h" +#include "crypto/asn1.h" #include "cms_local.h" /* CMS EncryptedData Utilities */