From 2b97cf7e3d42610c403a60d91ae66bfa39bedd26 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 2 Jun 2023 08:35:10 +0000 Subject: fix typo --- src/regress/lib/libcrypto/x509/policy/policy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regress/lib') 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 @@ -/* $OpenBSD: policy.c,v 1.11 2023/05/29 15:52:46 beck Exp $ */ +/* $OpenBSD: policy.c,v 1.12 2023/06/02 08:35:10 tb Exp $ */ /* * Copyright (c) 2020 Joel Sing * Copyright (c) 2020-2023 Bob Beck @@ -279,7 +279,7 @@ struct verify_cert_test verify_cert_tests[] = { }, /* The policy extension cannot be parsed. */ { - .id = "1 in invalid intermediate poicy", + .id = "1 in invalid intermediate policy", .root_file = CERTSDIR "/" "policy_root.pem", .intermediate_file = CERTSDIR "/" "policy_intermediate_invalid.pem", .leaf_file = CERTSDIR "/" "policy_leaf.pem", -- cgit v1.2.3-55-g6feb