Changeset 52540 in vbox
- Timestamp:
- Aug 31, 2014 9:49:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp
r52537 r52540 644 644 { 645 645 PCRTCRPKCS7SIGNERINFO pSignerInfo = &pSignedData->SignerInfos.paItems[i]; 646 RTCRDIGEST hThisDigest ;646 RTCRDIGEST hThisDigest = NIL_RTCRDIGEST; 647 647 rc = rtCrPkcs7VerifyFindDigest(&hThisDigest, pSignedData, pSignerInfo, ahDigests, pErrInfo); 648 648 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.