From a06f5f6644525cd49bd67dea628ddfcf70704612 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Mon, 10 Feb 2020 13:01:32 +0100 Subject: [PATCH] Add support for length 20 in module for -m 7400 --- src/modules/module_07400.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module_07400.c b/src/modules/module_07400.c index b9bde6fc2..70bea0efc 100644 --- a/src/modules/module_07400.c +++ b/src/modules/module_07400.c @@ -280,7 +280,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE | TOKEN_ATTR_VERIFY_SIGNATURE; token.len_min[1] = 0; - token.len_max[1] = 16; + token.len_max[1] = 20; token.sep[1] = '$'; token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH | TOKEN_ATTR_OPTIONAL_ROUNDS;