mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
cms_enc.c: Include crypto/asn1.h for struct asn1_object_st
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22432)
This commit is contained in:
parent
80f32964a5
commit
fa9e6ad468
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user