summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/x509/verify.c')
-rw-r--r--src/regress/lib/libcrypto/x509/verify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/x509/verify.c b/src/regress/lib/libcrypto/x509/verify.c
index 74ba603a22..3a3c9b0197 100644
--- a/src/regress/lib/libcrypto/x509/verify.c
+++ b/src/regress/lib/libcrypto/x509/verify.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: verify.c,v 1.7 2021/08/28 15:13:50 beck Exp $ */ 1/* $OpenBSD: verify.c,v 1.8 2021/09/30 18:28:38 jsing 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-2021 Bob Beck <beck@openbsd.org> 4 * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org>
@@ -396,6 +396,7 @@ struct verify_cert_test verify_cert_tests[] = {
396 { 396 {
397 .id = "13a", 397 .id = "13a",
398 .want_chains = 1, 398 .want_chains = 1,
399 .failing = 1,
399 }, 400 },
400}; 401};
401 402