diff options
-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 2208f3f018..4321a9669d 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.28 2024/11/14 18:47:31 tb Exp $ */ | 1 | /* $OpenBSD: x509_policy.c,v 1.29 2025/01/06 17:42:39 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022, Google Inc. | 3 | * Copyright (c) 2022, Google Inc. |
4 | * | 4 | * |
@@ -398,7 +398,7 @@ process_certificate_policies(const X509 *x509, X509_POLICY_LEVEL *level, | |||
398 | 398 | ||
399 | /* | 399 | /* |
400 | * This does the same thing as RFC 5280, section 6.1.3, step (d), | 400 | * This does the same thing as RFC 5280, section 6.1.3, step (d), |
401 | * though in a slighty different order. |level| currently contains | 401 | * though in a slightly different order. |level| currently contains |
402 | * "expected_policy_set" values of the previous level. | 402 | * "expected_policy_set" values of the previous level. |
403 | * See |process_policy_mappings| for details. | 403 | * See |process_policy_mappings| for details. |
404 | */ | 404 | */ |