From 5a4cfe9fa397650fa5782f88d1206dcea0c99833 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Fri, 25 Oct 2019 11:16:06 +0200 Subject: [PATCH] Allow workload-profile change in benchmark mode --- src/user_options.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/user_options.c b/src/user_options.c index 405e1b42e..5b2abc1b6 100644 --- a/src/user_options.c +++ b/src/user_options.c @@ -1112,13 +1112,6 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx) return -1; } - if (user_options->workload_profile_chgd == true) - { - event_log_error (hashcat_ctx, "Can't change --workload-profile (-w) in benchmark mode."); - - return -1; - } - if ((user_options->custom_charset_1 != NULL) || (user_options->custom_charset_2 != NULL) || (user_options->custom_charset_3 != NULL)