diff options
Diffstat (limited to 'src/lib/libcrypto/cms/cms_asn1.c')
-rw-r--r-- | src/lib/libcrypto/cms/cms_asn1.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/lib/libcrypto/cms/cms_asn1.c b/src/lib/libcrypto/cms/cms_asn1.c index 8f2e122369..2c95eddf03 100644 --- a/src/lib/libcrypto/cms/cms_asn1.c +++ b/src/lib/libcrypto/cms/cms_asn1.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cms_asn1.c,v 1.24 2024/07/09 06:12:45 beck Exp $ */ | 1 | /* $OpenBSD: cms_asn1.c,v 1.25 2024/11/01 18:53:35 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 3 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
4 | * project. | 4 | * project. |
@@ -52,12 +52,17 @@ | |||
52 | * ==================================================================== | 52 | * ==================================================================== |
53 | */ | 53 | */ |
54 | 54 | ||
55 | #include <stddef.h> | ||
56 | #include <stdlib.h> | ||
57 | |||
58 | #include <openssl/asn1.h> | ||
55 | #include <openssl/asn1t.h> | 59 | #include <openssl/asn1t.h> |
56 | #include <openssl/pem.h> | ||
57 | #include <openssl/x509v3.h> | ||
58 | #include <openssl/cms.h> | 60 | #include <openssl/cms.h> |
59 | #include "cms_local.h" | 61 | #include <openssl/evp.h> |
62 | #include <openssl/x509.h> | ||
63 | #include <openssl/x509v3.h> | ||
60 | 64 | ||
65 | #include "cms_local.h" | ||
61 | 66 | ||
62 | static const ASN1_TEMPLATE CMS_IssuerAndSerialNumber_seq_tt[] = { | 67 | static const ASN1_TEMPLATE CMS_IssuerAndSerialNumber_seq_tt[] = { |
63 | { | 68 | { |