diff --git a/tools/test_modules/m10900.pm b/tools/test_modules/m10900.pm index 29e04cefb..eeede8a33 100644 --- a/tools/test_modules/m10900.pm +++ b/tools/test_modules/m10900.pm @@ -11,7 +11,7 @@ use warnings; use Crypt::PBKDF2; use MIME::Base64 qw (encode_base64 decode_base64); -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 { diff --git a/tools/test_modules/m11300.pm b/tools/test_modules/m11300.pm index e4e8d5724..a5c1fbb0c 100644 --- a/tools/test_modules/m11300.pm +++ b/tools/test_modules/m11300.pm @@ -11,7 +11,7 @@ use warnings; use Digest::SHA qw (sha512); use Crypt::CBC; -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 {