Changeset 21756 in vbox for trunk/include
- Timestamp:
- Jul 21, 2009 4:11:47 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50338
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/manifest.h
r21754 r21756 56 56 57 57 /** 58 * Verify the given SHA1 digests tothe entries in the manifest file.58 * Verify the given SHA1 digests against the entries in the manifest file. 59 59 * 60 60 * Please note that not only the various digest have to match, but the … … 82 82 * @param pszManifestFile Filename of the manifest file to verify. 83 83 * @param papszFiles Array of files to check SHA1 sums. 84 * @param cFiles Number of entries in p pszFiles.85 * @param piFailed A index to p pszFiles in the84 * @param cFiles Number of entries in papszFiles. 85 * @param piFailed A index to papszFiles in the 86 86 * VERR_MANIFEST_DIGEST_MISMATCH error case 87 87 * (optional).
Note:
See TracChangeset
for help on using the changeset viewer.