From c3b500ab309a358fdb98b0f8e59b93f048d08b83 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Mar 2025 13:11:57 +0000 Subject: x509_policy: zap an extra s --- src/lib/libcrypto/x509/x509_policy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/x509/x509_policy.c b/src/lib/libcrypto/x509/x509_policy.c index f3786201a7..d93760755d 100644 --- a/src/lib/libcrypto/x509/x509_policy.c +++ b/src/lib/libcrypto/x509/x509_policy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_policy.c,v 1.30 2025/03/28 12:34:19 tb Exp $ */ +/* $OpenBSD: x509_policy.c,v 1.31 2025/03/28 13:11:57 tb Exp $ */ /* * Copyright (c) 2022, Google Inc. * @@ -498,7 +498,7 @@ delete_if_mapped(X509_POLICY_NODE *node, void *data) * with P1 in |parent_policies|. * * This is equivalent to the |X509_POLICY_LEVEL| that would result if the next - * certificates contained anyPolicy. |process_certificate_policies| will filter + * certificate contained anyPolicy. |process_certificate_policies| will filter * this result down to compute the actual level. */ static X509_POLICY_LEVEL * -- cgit v1.2.3-55-g6feb