Changeset 51970 in vbox
- Timestamp:
- Jul 10, 2014 1:12:43 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94888
- Location:
- trunk/src/VBox/HostDrivers/Support/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
r51860 r51970 834 834 if (pfCacheable) 835 835 *pfCacheable = false; 836 837 #ifdef IN_RING3 838 /* Check that the caller has performed the necessary library initialization. */ 839 if (RTCrX509Certificate_IsPresent(&g_BuildX509Cert)) 840 return RTErrInfoSet(pErrInfo, VERR_WRONG_ORDER, 841 "supHardenedWinVerifyImageByHandle: supHardenedWinInitImageVerifier was not called."); 842 #endif 836 843 837 844 /* -
trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp
r51969 r51970 91 91 if (RT_FAILURE(rc)) 92 92 return rc; 93 supR3HardenedWinResolveVerifyTrustApiAndHookThreadCreation(); 93 94 #endif 94 95
Note:
See TracChangeset
for help on using the changeset viewer.