From 3bb25edb585438147a1c5240cbeac63d8bdc9be5 Mon Sep 17 00:00:00 2001 From: Michael Kruger Date: Mon, 2 Aug 2021 14:24:26 +0200 Subject: [PATCH] I was wrong, the 4th module_constraints is put back --- tools/test_modules/m27100.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m27100.pm b/tools/test_modules/m27100.pm index e464aac23..fef575c3b 100644 --- a/tools/test_modules/m27100.pm +++ b/tools/test_modules/m27100.pm @@ -12,7 +12,7 @@ use Digest::HMAC qw (hmac hmac_hex); use Digest::MD5 qw (md5); use Encode qw (encode); -sub module_constraints { [[32, 32], [32, 32], [32, 32], [32, 32], [-1, -1]] } +sub module_constraints { [[32, 32], [32, 32], [32, 32], [0, 27], [-1, -1]] } sub module_generate_hash {