VirtualBox

Changeset 29821 in vbox for trunk


Ignore:
Timestamp:
May 26, 2010 2:08:09 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62032
Message:

iprt/sha.h: Corrected RTSHA1_DIGEST_LEN so it doesn't include the terminator char (see description and other _LEN defines).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/sha.h

    r28800 r29821  
    3939#define RTSHA1_HASH_SIZE    20
    4040/** The length of a SHA-1 digest string. The terminator is not included. */
    41 #define RTSHA1_DIGEST_LEN  (40+1)
     41#define RTSHA1_DIGEST_LEN  (40)
    4242
    4343/**
Note: See TracChangeset for help on using the changeset viewer.

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