1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-20 01:16:05 +00:00

Inform user about sorting after parser

This commit is contained in:
jsteube 2016-10-01 09:27:14 +02:00
parent fb3e6bab0d
commit 56d6cd582f

View File

@ -1225,6 +1225,8 @@ int hashes_init_stage1 (hashes_t *hashes, const hashconfig_t *hashconfig, potfil
hashes->hashes_cnt = hashes_cnt;
if (user_options->quiet == false) log_info_nn ("Sorting Hashes...");
if (hashconfig->is_salted)
{
hc_qsort_r (hashes_buf, hashes_cnt, sizeof (hash_t), sort_by_hash, (void *) hashconfig);