diff --git a/src/hashcat.c b/src/hashcat.c index 4a434a97b..63eeeb5f1 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -1852,9 +1852,7 @@ static int autotune (hc_device_param_t *device_param, hashconfig_t *hashconfig) device_param->device_id + 1, kernel_accel, device_param->device_id + 1, kernel_loops); - fprintf (stdout, "%s", PROMPT); - - fflush (stdout); + send_prompt (); } #endif