diff --git a/tools/test_modules/m11750.pm b/tools/test_modules/m11750.pm index c6d7cc1bf..e8ca97486 100644 --- a/tools/test_modules/m11750.pm +++ b/tools/test_modules/m11750.pm @@ -8,7 +8,7 @@ use strict; use warnings; -sub module_constraints { [[0, 255], [0, 255], [0, 55], [0, 55], [-1, -1]] } +sub module_constraints { [[0, 255], [0, 255], [-1, -1], [-1, -1], [-1, -1]] } sub module_generate_hash { diff --git a/tools/test_modules/m12001.pm b/tools/test_modules/m12001.pm index 9e4a915e7..25edda6a3 100644 --- a/tools/test_modules/m12001.pm +++ b/tools/test_modules/m12001.pm @@ -11,13 +11,13 @@ use warnings; use MIME::Base64 qw (encode_base64 decode_base64); use Crypt::PBKDF2; -sub module_constraints { [[0, 255], [16, 16], [0, 55], [16, 16], [-1, -1]] } +sub module_constraints { [[0, 255], [16, 16], [-1, -1], [-1, -1], [-1, -1]] } sub module_generate_hash { my $word = shift; my $salt = shift; - + my $pbkdf2 = Crypt::PBKDF2->new ( hasher => Crypt::PBKDF2->hasher_from_algorithm ('HMACSHA1'), diff --git a/tools/test_modules/m12100.pm b/tools/test_modules/m12100.pm index c90f2abcf..fa5a1f193 100644 --- a/tools/test_modules/m12100.pm +++ b/tools/test_modules/m12100.pm @@ -11,7 +11,7 @@ use warnings; use MIME::Base64 qw (encode_base64 decode_base64); use Crypt::PBKDF2; -sub module_constraints { [[0, 255], [1, 15], [0, 55], [1, 15], [-1, -1]] } +sub module_constraints { [[0, 255], [1, 15], [-1, -1], [-1, -1], [-1, -1]] } sub module_generate_hash {