- Timestamp:
- Sep 1, 2014 5:50:33 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95800
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp
r52542 r52545 644 644 { 645 645 PCRTCRPKCS7SIGNERINFO pSignerInfo = &pSignedData->SignerInfos.paItems[i]; 646 RTCRDIGEST hThisDigest ;646 RTCRDIGEST hThisDigest = NIL_RTCRDIGEST; /* (gcc maybe incredible stupid.) */ 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.