From b149b87014440bf4c7727460d85255269b8cebe5 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 1 Jul 2017 14:50:39 +0200 Subject: [PATCH] Update converted modules in interface.c --- src/interface.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/interface.c b/src/interface.c index 1e0d67784..383d03ca9 100644 --- a/src/interface.c +++ b/src/interface.c @@ -24606,6 +24606,10 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx) { case 2100: hashconfig->pw_max = PW_MAX; break; + case 2500: hashconfig->pw_max = PW_MAX; + break; + case 3200: hashconfig->pw_max = PW_MAX; + break; } // pw_max : algo specific hard limits