Jacek Caban : wininet/tests: Fixed tests for the new winehq.org cert.
Module: wine Branch: master Commit: fd3563b2b9b0a8aeac31d00674adef49d24220da URL: http://source.winehq.org/git/wine.git/?a=commit;h=fd3563b2b9b0a8aeac31d00674... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Mar 3 15:08:39 2014 +0100 wininet/tests: Fixed tests for the new winehq.org cert. --- dlls/wininet/tests/http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c index 2f9c36c..e40cdb6 100644 --- a/dlls/wininet/tests/http.c +++ b/dlls/wininet/tests/http.c @@ -4029,9 +4029,9 @@ typedef struct { } cert_struct_test_t; static const cert_struct_test_t test_winehq_org_cert = { - "0mJuv1t-1CFypQkyTZwfvjHHBAbnUndG\r\n" + "6JcR7G3G8tgjkeoMcitK-bTbzcpumDSy\r\n" "GT98380011\r\n" - "See www.rapidssl.com/resources/cps (c)13\r\n" + "See www.rapidssl.com/resources/cps (c)14\r\n" "Domain Control Validated - RapidSSL(R)\r\n" "*.winehq.org",
participants (1)
-
Alexandre Julliard