Make sure the salts are unique in unit tests, otherwise -m 6800 will fail

pull/1920/head
jsteube 5 years ago
parent f4e43da456
commit 5c9544bca5

@ -11,7 +11,8 @@ use warnings;
use Crypt::CBC;
use Crypt::PBKDF2;
sub module_constraints { [[0, 255], [1, 15], [-1, -1], [-1, -1], [-1, -1]] }
# we need to make sure the salts are unique, otherwise this module will fail
sub module_constraints { [[0, 255], [10, 15], [-1, -1], [-1, -1], [-1, -1]] }
sub module_generate_hash
{

Loading…
Cancel
Save