- Timestamp:
- Jan 20, 2010 7:40:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/RTSha1Digest.cpp
r23501 r25918 64 64 /* Open the file to calculate a SHA1 sum of */ 65 65 PRTSTREAM pStream; 66 int rc = RTStrmOpen(pszFile, "r +b", &pStream);66 int rc = RTStrmOpen(pszFile, "rb", &pStream); 67 67 if (RT_FAILURE(rc)) 68 68 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.