diff options
author | tb <> | 2023-10-26 09:08:57 +0000 |
---|---|---|
committer | tb <> | 2023-10-26 09:08:57 +0000 |
commit | 96440ea19a1b89c446ea1f11f423c7af87d21ef3 (patch) | |
tree | d69fec4bd002b37f94d70e8ae1ce78c995092d23 | |
parent | b969eb0ef11e11052862b5b8e9613e036c77bce0 (diff) | |
download | openbsd-96440ea19a1b89c446ea1f11f423c7af87d21ef3.tar.gz openbsd-96440ea19a1b89c446ea1f11f423c7af87d21ef3.tar.bz2 openbsd-96440ea19a1b89c446ea1f11f423c7af87d21ef3.zip |
Tidy includes
-rw-r--r-- | src/lib/libcrypto/cms/cms_dd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cms/cms_dd.c b/src/lib/libcrypto/cms/cms_dd.c index b6992b8774..0a357094c5 100644 --- a/src/lib/libcrypto/cms/cms_dd.c +++ b/src/lib/libcrypto/cms/cms_dd.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cms_dd.c,v 1.16 2023/10/18 07:24:15 tb Exp $ */ | 1 | /* $OpenBSD: cms_dd.c,v 1.17 2023/10/26 09:08:57 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. |
@@ -55,9 +55,9 @@ | |||
55 | #include <string.h> | 55 | #include <string.h> |
56 | 56 | ||
57 | #include <openssl/asn1.h> | 57 | #include <openssl/asn1.h> |
58 | #include <openssl/cms.h> | ||
58 | #include <openssl/err.h> | 59 | #include <openssl/err.h> |
59 | #include <openssl/evp.h> | 60 | #include <openssl/evp.h> |
60 | #include <openssl/cms.h> | ||
61 | #include <openssl/objects.h> | 61 | #include <openssl/objects.h> |
62 | 62 | ||
63 | #include "cms_local.h" | 63 | #include "cms_local.h" |