diff --git a/src/interface.c b/src/interface.c index 442076317..c908d9c0c 100644 --- a/src/interface.c +++ b/src/interface.c @@ -353,7 +353,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx) { if (user_options->quiet == false) event_log_warning (hashcat_ctx, "%s: Optimized OpenCL kernel requested but not needed - falling back to pure OpenCL kernel", source_file); } - else + else if (user_options->slow_candidates == false) { hashconfig->opti_type |= OPTI_TYPE_OPTIMIZED_KERNEL; }