diff options
-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 | ||