https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e0e6d419c757f24922008fbd2685b451c14d8b52
commit e0e6d419c757f24922008fbd2685b451c14d8b52 Author: winesync <[email protected]> AuthorDate: Tue Dec 8 18:01:26 2020 +0100 Commit: Jérôme Gardou <[email protected]> CommitDate: Tue Jan 5 11:03:13 2021 +0100 [WINESYNC] wininet/tests: Update for new WineHQ certificate. Signed-off-by: Alexandre Julliard <[email protected]> wine commit id ccd6b205fa99360e7437f1c5bc63e0075f8e6760 by Alexandre Julliard <[email protected]> --- modules/rostests/winetests/wininet/http.c | 3 +-- sdk/tools/winesync/wininet.cfg | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/rostests/winetests/wininet/http.c b/modules/rostests/winetests/wininet/http.c index 1cdaed9d8e9..39ca8fde4be 100644 --- a/modules/rostests/winetests/wininet/http.c +++ b/modules/rostests/winetests/wininet/http.c @@ -6099,13 +6099,12 @@ typedef struct { static const cert_struct_test_t test_winehq_org_cert = { "US\r\n" "55114\r\n" - "MN\r\n" + "Minnesota\r\n" "Saint Paul\r\n" "Ste 120\r\n" "700 Raymond Ave\r\n" "CodeWeavers\r\n" "IT\r\n" - "Secure Link SSL Wildcard\r\n" "*.winehq.org", "US\r\n" diff --git a/sdk/tools/winesync/wininet.cfg b/sdk/tools/winesync/wininet.cfg index 354d6ec6950..d379382a1f5 100644 --- a/sdk/tools/winesync/wininet.cfg +++ b/sdk/tools/winesync/wininet.cfg @@ -5,4 +5,4 @@ files: include/wininet.h: sdk/include/psdk/wininet.h include/winineti.h: sdk/include/psdk/winineti.h tags: - wine: de5d147de8b3d9c2f65bcb6d5646320ef1d92e58 + wine: ccd6b205fa99360e7437f1c5bc63e0075f8e6760
