Alexandre Julliard : wininet/tests: Update WineHQ certificate.
Module: wine Branch: master Commit: 79f68cb35f251f8e165338bf6097261876ba2d1e URL: https://source.winehq.org/git/wine.git/?a=commit;h=79f68cb35f251f8e165338bf6... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jun 3 21:39:48 2022 +0200 wininet/tests: Update WineHQ certificate. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wininet/tests/http.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c index bc1b829fca2..6a5a18fe282 100644 --- a/dlls/wininet/tests/http.c +++ b/dlls/wininet/tests/http.c @@ -6319,12 +6319,9 @@ typedef struct { static const cert_struct_test_t test_winehq_org_cert = { "US\r\n" - "55114\r\n" "Minnesota\r\n" "Saint Paul\r\n" - "Ste 120\r\n" - "700 Raymond Ave\r\n" - "CodeWeavers\r\n" + "\"CodeWeavers, Inc.\"\r\n" "IT\r\n" "*.winehq.org",
participants (1)
-
Alexandre Julliard