diff --git a/tools/test_modules/m22100.pm b/tools/test_modules/m22100.pm index 7fe99761b..c839c45b4 100644 --- a/tools/test_modules/m22100.pm +++ b/tools/test_modules/m22100.pm @@ -12,7 +12,7 @@ use Digest::SHA qw (sha256); use Crypt::Mode::ECB; use Encode; -sub module_constraints { [[0, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] } +sub module_constraints { [[4, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] } my $ITER = 1048576; # 0x100000 my $SALT_LEN = 16;