From dc94408cdb22e8cadebcb560f3490c62cbd7c8ab Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 19 Feb 2019 17:46:42 +0100 Subject: [PATCH] Fix maximum password length in -m 5800 --- tools/test_modules/m05800.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m05800.pm b/tools/test_modules/m05800.pm index 6784714b4..88b1e5e9e 100644 --- a/tools/test_modules/m05800.pm +++ b/tools/test_modules/m05800.pm @@ -9,7 +9,7 @@ use strict; use Digest::SHA qw (sha1); -sub module_constraints { [[0, 231], [1, 16], [0, 31], [1, 16], [0, 31]] } +sub module_constraints { [[0, 255], [1, 16], [0, 15], [1, 16], [0, 31]] } sub module_generate_hash {