diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_policy.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_policy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_policy.c b/src/lib/libcrypto/x509/x509_policy.c index d93760755d..8267e8dc49 100644 --- a/src/lib/libcrypto/x509/x509_policy.c +++ b/src/lib/libcrypto/x509/x509_policy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_policy.c,v 1.31 2025/03/28 13:11:57 tb Exp $ */ | 1 | /* $OpenBSD: x509_policy.c,v 1.32 2025/05/10 05:54:39 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022, Google Inc. | 3 | * Copyright (c) 2022, Google Inc. |
4 | * | 4 | * |
@@ -17,12 +17,12 @@ | |||
17 | 17 | ||
18 | #include <string.h> | 18 | #include <string.h> |
19 | 19 | ||
20 | #include <openssl/err.h> | ||
21 | #include <openssl/objects.h> | 20 | #include <openssl/objects.h> |
22 | #include <openssl/stack.h> | 21 | #include <openssl/stack.h> |
23 | #include <openssl/x509.h> | 22 | #include <openssl/x509.h> |
24 | #include <openssl/x509v3.h> | 23 | #include <openssl/x509v3.h> |
25 | 24 | ||
25 | #include "err_local.h" | ||
26 | #include "stack_local.h" | 26 | #include "stack_local.h" |
27 | #include "x509_internal.h" | 27 | #include "x509_internal.h" |
28 | #include "x509_local.h" | 28 | #include "x509_local.h" |