]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
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:15:56 +0000 (10:15 +0200)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22432)

crypto/cms/cms_enc.c

index 3f1328c04130614df2fd29270b55278d71b717cf..ea8f07e1affc655a4ead339a08145b1e6bc5fabf 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 */