diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_policy.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_policy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_policy.c b/src/lib/libcrypto/x509/x509_policy.c index 4321a9669d..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.29 2025/01/06 17:42:39 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" |
@@ -498,7 +498,7 @@ delete_if_mapped(X509_POLICY_NODE *node, void *data) | |||
498 | * with P1 in |parent_policies|. | 498 | * with P1 in |parent_policies|. |
499 | * | 499 | * |
500 | * This is equivalent to the |X509_POLICY_LEVEL| that would result if the next | 500 | * This is equivalent to the |X509_POLICY_LEVEL| that would result if the next |
501 | * certificats contained anyPolicy. |process_certificate_policies| will filter | 501 | * certificate contained anyPolicy. |process_certificate_policies| will filter |
502 | * this result down to compute the actual level. | 502 | * this result down to compute the actual level. |
503 | */ | 503 | */ |
504 | static X509_POLICY_LEVEL * | 504 | static X509_POLICY_LEVEL * |