From ecee3f11447f0660e6296ea32bf06a624bc313e9 Mon Sep 17 00:00:00 2001 From: wj32 Date: Sat, 10 Jul 2010 01:44:56 +0000 Subject: [PATCH] shouldn't connect to the internet anymore for verification git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3318 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/phlib/verify.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2.x/trunk/phlib/verify.c b/2.x/trunk/phlib/verify.c index 8d878f038..6b3350907 100644 --- a/2.x/trunk/phlib/verify.c +++ b/2.x/trunk/phlib/verify.c @@ -380,6 +380,8 @@ VERIFY_RESULT PhpVerifyFileFromCatalog( if (WindowsVersion >= WINDOWS_VISTA) trustData.dwProvFlags |= WTD_CACHE_ONLY_URL_RETRIEVAL; + else + trustData.dwProvFlags |= WTD_REVOCATION_CHECK_NONE; status = WinVerifyTrust_I(NULL, &driverActionVerify, &trustData);