summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 17ac78dd23..06136d5212 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.13 2024/08/23 12:56:26 anton Exp $ */ 1/* $OpenBSD: policy.c,v 1.14 2026/01/22 10:15:53 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>
@@ -587,7 +587,7 @@ struct verify_cert_test verify_cert_tests[] = {
587 }, 587 },
588 /* 588 /*
589 * BoringSSL tests just a trust anchor but behaves differently in this corner case. 589 * BoringSSL tests just a trust anchor but behaves differently in this corner case.
590 * than libressl for reasons that have nothing to do with policy (because parital 590 * than libressl for reasons that have nothing to do with policy (because partial
591 * chains and legacy verifier horror) 591 * chains and legacy verifier horror)
592 */ 592 */
593}; 593};