VirtualBox

Changeset 29906 in vbox


Ignore:
Timestamp:
May 31, 2010 1:01:17 PM (15 years ago)
Author:
vboxsync
Message:

IPRT: fix testcase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTDigest.cpp

    r28800 r29906  
    153153                             {
    154154                                 char *pszDigest;
    155                                  int rc = RTSha1Digest(ValueUnion.psz, &pszDigest);
     155                                 int rc = RTSha1Digest(ValueUnion.psz, &pszDigest, NULL, NULL);
    156156                                 if (RT_FAILURE(rc))
    157157                                     return Error("RTSha1Digest(%s,) -> %Rrc\n", ValueUnion.psz, rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette