diff options
Diffstat (limited to '')
-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 0a357094c5..daccbcd988 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.17 2023/10/26 09:08:57 tb Exp $ */ | 1 | /* $OpenBSD: cms_dd.c,v 1.18 2025/05/10 05:54:38 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. |
@@ -56,11 +56,11 @@ | |||
56 | 56 | ||
57 | #include <openssl/asn1.h> | 57 | #include <openssl/asn1.h> |
58 | #include <openssl/cms.h> | 58 | #include <openssl/cms.h> |
59 | #include <openssl/err.h> | ||
60 | #include <openssl/evp.h> | 59 | #include <openssl/evp.h> |
61 | #include <openssl/objects.h> | 60 | #include <openssl/objects.h> |
62 | 61 | ||
63 | #include "cms_local.h" | 62 | #include "cms_local.h" |
63 | #include "err_local.h" | ||
64 | #include "x509_local.h" | 64 | #include "x509_local.h" |
65 | 65 | ||
66 | /* CMS DigestedData Utilities */ | 66 | /* CMS DigestedData Utilities */ |