Changeset 29906 in vbox
- Timestamp:
- May 31, 2010 1:01:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTDigest.cpp
r28800 r29906 153 153 { 154 154 char *pszDigest; 155 int rc = RTSha1Digest(ValueUnion.psz, &pszDigest );155 int rc = RTSha1Digest(ValueUnion.psz, &pszDigest, NULL, NULL); 156 156 if (RT_FAILURE(rc)) 157 157 return Error("RTSha1Digest(%s,) -> %Rrc\n", ValueUnion.psz, rc);
Note:
See TracChangeset
for help on using the changeset viewer.