mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user