diff options
| author | tb <> | 2024-11-01 18:53:35 +0000 |
|---|---|---|
| committer | tb <> | 2024-11-01 18:53:35 +0000 |
| commit | 6cc2a625d91ccf898e11d5e3066af3d90b084d4b (patch) | |
| tree | c1fb0643dfd6047673e01b75ba6fe4641510bdb7 /src/lib/libcrypto/cms/cms_asn1.c | |
| parent | dd55403804a4ba679ad41e7f59813a41b6cbd7e5 (diff) | |
| download | openbsd-6cc2a625d91ccf898e11d5e3066af3d90b084d4b.tar.gz openbsd-6cc2a625d91ccf898e11d5e3066af3d90b084d4b.tar.bz2 openbsd-6cc2a625d91ccf898e11d5e3066af3d90b084d4b.zip | |
More include sweeping in cms.
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 | { |
