Changeset 74760 in vbox for trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
- Timestamp:
- Oct 11, 2018 11:25:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
r69500 r74760 1053 1053 static DECLCALLBACK(int) supHardNtViCallback(RTLDRMOD hLdrMod, RTLDRSIGNATURETYPE enmSignature, 1054 1054 void const *pvSignature, size_t cbSignature, 1055 void const *pvExternalData, size_t cbExternalData, 1055 1056 PRTERRINFO pErrInfo, void *pvUser) 1056 1057 { … … 1068 1069 AssertReturn(pContentInfo->u.pSignedData->SignerInfos.cItems == 1, VERR_INTERNAL_ERROR_5); 1069 1070 PCRTCRPKCS7SIGNERINFO pSignerInfo = pContentInfo->u.pSignedData->SignerInfos.papItems[0]; 1071 1072 AssertReturn(pvExternalData, VERR_INTERNAL_ERROR_5); 1070 1073 1071 1074 /*
Note:
See TracChangeset
for help on using the changeset viewer.