Changeset 74782 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Oct 12, 2018 9:22:40 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
r74768 r74782 1070 1070 PCRTCRPKCS7SIGNERINFO pSignerInfo = pContentInfo->u.pSignedData->SignerInfos.papItems[0]; 1071 1071 1072 AssertReturn( pvExternalData, VERR_INTERNAL_ERROR_5);1072 AssertReturn(!pvExternalData, VERR_INTERNAL_ERROR_5); 1073 1073 1074 1074 /*
Note:
See TracChangeset
for help on using the changeset viewer.