diff options
| author | tb <> | 2024-08-27 01:19:27 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-27 01:19:27 +0000 |
| commit | e6600c8781ee3168a9641ab8f28db4d05ef8e881 (patch) | |
| tree | 08547ffdd1abda7bd77113147198ed90d4536326 /src/lib | |
| parent | 07d3f305ea24da68aec66c7e4be39317f6ea7dae (diff) | |
| download | openbsd-e6600c8781ee3168a9641ab8f28db4d05ef8e881.tar.gz openbsd-e6600c8781ee3168a9641ab8f28db4d05ef8e881.tar.bz2 openbsd-e6600c8781ee3168a9641ab8f28db4d05ef8e881.zip | |
cms_att.c: tidy includes and add x509_local.h for upcoming change
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/libcrypto/cms/cms_att.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/cms/cms_att.c b/src/lib/libcrypto/cms/cms_att.c index 390ad6e74b..5dbaf3cb20 100644 --- a/src/lib/libcrypto/cms/cms_att.c +++ b/src/lib/libcrypto/cms/cms_att.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: cms_att.c,v 1.12 2024/07/26 13:23:52 tb Exp $ */ | 1 | /* $OpenBSD: cms_att.c,v 1.13 2024/08/27 01:19:27 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,12 @@ | |||
| 52 | * ==================================================================== | 52 | * ==================================================================== |
| 53 | */ | 53 | */ |
| 54 | 54 | ||
| 55 | #include <openssl/asn1t.h> | 55 | #include <openssl/asn1.h> |
| 56 | #include <openssl/pem.h> | ||
| 57 | #include <openssl/x509v3.h> | ||
| 58 | #include <openssl/err.h> | ||
| 59 | #include <openssl/cms.h> | 56 | #include <openssl/cms.h> |
| 57 | #include <openssl/x509.h> | ||
| 58 | |||
| 60 | #include "cms_local.h" | 59 | #include "cms_local.h" |
| 60 | #include "x509_local.h" | ||
| 61 | 61 | ||
| 62 | /* CMS SignedData Attribute utilities */ | 62 | /* CMS SignedData Attribute utilities */ |
| 63 | 63 | ||
