Index: /trunk/src/VBox/Runtime/testcase/tstRTDigest.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstRTDigest.cpp	(revision 29905)
+++ /trunk/src/VBox/Runtime/testcase/tstRTDigest.cpp	(revision 29906)
@@ -153,5 +153,5 @@
                              {
                                  char *pszDigest;
-                                 int rc = RTSha1Digest(ValueUnion.psz, &pszDigest);
+                                 int rc = RTSha1Digest(ValueUnion.psz, &pszDigest, NULL, NULL);
                                  if (RT_FAILURE(rc))
                                      return Error("RTSha1Digest(%s,) -> %Rrc\n", ValueUnion.psz, rc);
