summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libcrypto/x509/policy/policy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/policy/policy.c b/src/regress/lib/libcrypto/x509/policy/policy.c
index 98650b21d0..f5c9700b2b 100644
--- a/src/regress/lib/libcrypto/x509/policy/policy.c
+++ b/src/regress/lib/libcrypto/x509/policy/policy.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: policy.c,v 1.11 2023/05/29 15:52:46 beck Exp $ */ 1/* $OpenBSD: policy.c,v 1.12 2023/06/02 08:35:10 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2020 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2020-2023 Bob Beck <beck@openbsd.org> 4 * Copyright (c) 2020-2023 Bob Beck <beck@openbsd.org>
@@ -279,7 +279,7 @@ struct verify_cert_test verify_cert_tests[] = {
279 }, 279 },
280 /* The policy extension cannot be parsed. */ 280 /* The policy extension cannot be parsed. */
281 { 281 {
282 .id = "1 in invalid intermediate poicy", 282 .id = "1 in invalid intermediate policy",
283 .root_file = CERTSDIR "/" "policy_root.pem", 283 .root_file = CERTSDIR "/" "policy_root.pem",
284 .intermediate_file = CERTSDIR "/" "policy_intermediate_invalid.pem", 284 .intermediate_file = CERTSDIR "/" "policy_intermediate_invalid.pem",
285 .leaf_file = CERTSDIR "/" "policy_leaf.pem", 285 .leaf_file = CERTSDIR "/" "policy_leaf.pem",