VirtualBox

Changeset 102355 in vbox


Ignore:
Timestamp:
Nov 28, 2023 9:58:54 AM (12 months ago)
Author:
vboxsync
Message:

Main/tstUnattendedScript: Override RTCrShaCryptGenerateSalt() from IPRT to generate predictable salts to compare the script outputs [build fix]. bugref:10551

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp

    r102354 r102355  
    666666
    667667/* Override RTCrShaCryptGenerateSalt() from IPRT to generate predictable salts to compare the script outputs. */
    668 int RTCrShaCryptGenerateSalt(char szSalt[RT_SHACRYPT_MAX_SALT_LEN + 1], size_t cchSalt)
     668DECL_HIDDEN_NOTHROW(int) RTCrShaCryptGenerateSalt(char szSalt[RT_SHACRYPT_MAX_SALT_LEN + 1], size_t cchSalt)
    669669{
    670670    RT_NOREF(cchSalt);
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