VirtualBox

Changeset 21748 in vbox


Ignore:
Timestamp:
Jul 21, 2009 1:02:31 PM (16 years ago)
Author:
vboxsync
Message:

Runtime: more corrections

Location:
trunk/src/VBox/Runtime/common/checksum
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/manifest.cpp

    r21746 r21748  
    213213    {
    214214        char *pszDigest;
    215         rc = RTSHA1Digest(papszFiles[i], &pszDigest);
     215        rc = RTSha1Digest(papszFiles[i], &pszDigest);
    216216        if (RT_FAILURE(rc))
    217217            break;
     
    253253        /* Calculate the SHA1 digest of every file */
    254254        char *pszDigest;
    255         rc = RTSHA1Digest(papszFiles[i], &pszDigest);
     255        rc = RTSha1Digest(papszFiles[i], &pszDigest);
    256256        if (RT_FAILURE(rc))
    257257            break;
  • trunk/src/VBox/Runtime/common/checksum/sha1.cpp

    r21742 r21748  
    3838
    3939/*******************************************************************************
    40 *   Public RTSHA1Digest interface                                              *
     40*   Public RTSha1Digest interface                                              *
    4141*******************************************************************************/
    4242
    43 RTR3DECL(int) RTSHA1Digest(const char *pszFile, char **ppszDigest)
     43RTR3DECL(int) RTSha1Digest(const char *pszFile, char **ppszDigest)
    4444{
    4545    /* Validate input */
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