From 84cc247fc6633e5c8cbe53af47d077c6669d5e87 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sat, 12 Jul 2025 02:20:53 +0200 Subject: [PATCH] Fixed bug in module_constraints for hash-mode 11100 --- tools/test_modules/m11100.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m11100.pm b/tools/test_modules/m11100.pm index d64e6b0cb..c576641db 100644 --- a/tools/test_modules/m11100.pm +++ b/tools/test_modules/m11100.pm @@ -10,7 +10,7 @@ use warnings; use Digest::MD5 qw (md5_hex); -sub module_constraints { [[0, 256], [8, 8], [0, 55], [8, 8], [-1, -1]] } +sub module_constraints { [[0, 256], [8, 8], [0, 55], [8, 8], [0, 55]] } sub module_generate_hash {