Changeset 51972 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 10, 2014 1:17:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
r51970 r51972 837 837 #ifdef IN_RING3 838 838 /* Check that the caller has performed the necessary library initialization. */ 839 if ( RTCrX509Certificate_IsPresent(&g_BuildX509Cert))839 if (!RTCrX509Certificate_IsPresent(&g_BuildX509Cert)) 840 840 return RTErrInfoSet(pErrInfo, VERR_WRONG_ORDER, 841 841 "supHardenedWinVerifyImageByHandle: supHardenedWinInitImageVerifier was not called.");
Note:
See TracChangeset
for help on using the changeset viewer.