summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2023-06-02 08:35:10 +0000
committertb <>2023-06-02 08:35:10 +0000
commit2b97cf7e3d42610c403a60d91ae66bfa39bedd26 (patch)
treeddbabe55873b31e95af45a93db7c6d5f3b8f8836 /src/regress/lib
parent22e0977e7894a71130566c7015e6a45d57a84672 (diff)
downloadopenbsd-2b97cf7e3d42610c403a60d91ae66bfa39bedd26.tar.gz
openbsd-2b97cf7e3d42610c403a60d91ae66bfa39bedd26.tar.bz2
openbsd-2b97cf7e3d42610c403a60d91ae66bfa39bedd26.zip
fix typo
Diffstat (limited to 'src/regress/lib')
-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",