diff --git a/src/modules/module_20711.c b/src/modules/module_20711.c index 7a623788b..2d7898a60 100644 --- a/src/modules/module_20711.c +++ b/src/modules/module_20711.c @@ -84,8 +84,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE token.sep[1] = '$'; token.len_min[1] = 16; token.len_max[1] = 20; - token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH - | TOKEN_ATTR_OPTIONAL_ROUNDS; + token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH; token.sep[2] = '$'; token.len[2] = 64;