From: Hans Leidekker <hans(a)codeweavers.com> --- dlls/wininet/tests/http.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c index 026672c6536..9405991c3b0 100644 --- a/dlls/wininet/tests/http.c +++ b/dlls/wininet/tests/http.c @@ -6716,16 +6716,11 @@ typedef struct { } cert_struct_test_t; static const cert_struct_test_t test_winehq_org_cert = { - "US\r\n" - "Minnesota\r\n" - "CodeWeavers\r\n" - "*.winehq.org", + "winehq.org", "US\r\n" - "VA\r\n" - "Herndon\r\n" - "Network Solutions L.L.C.\r\n" - "Network Solutions OV Server CA 2" + "Let's Encrypt\r\n" + "R3" }; static const cert_struct_test_t test_winehq_com_cert = { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4825