From 834a88fc3f4f795dc7ae45b75c6edf9fa3b5bbba Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 11 Mar 2024 18:11:20 +0100 Subject: [PATCH] secur32/tests: Update count for new winehq.org certificate. --- dlls/secur32/tests/schannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/secur32/tests/schannel.c b/dlls/secur32/tests/schannel.c index c3e9314c5e8..412d3703453 100644 --- a/dlls/secur32/tests/schannel.c +++ b/dlls/secur32/tests/schannel.c @@ -535,7 +535,7 @@ static void test_remote_cert(PCCERT_CONTEXT remote_cert) cert_cnt++; } - ok(cert_cnt == 3, "cert_cnt = %u\n", cert_cnt); + ok(cert_cnt == 2, "cert_cnt = %u\n", cert_cnt); ok(incl_remote, "context does not contain cert itself\n"); }