mirror of
https://github.com/hashcat/hashcat.git
synced 2025-04-01 07:15:44 +00:00
Inform user about sorting after parser
This commit is contained in:
parent
fb3e6bab0d
commit
56d6cd582f
@ -1225,6 +1225,8 @@ int hashes_init_stage1 (hashes_t *hashes, const hashconfig_t *hashconfig, potfil
|
|||||||
|
|
||||||
hashes->hashes_cnt = hashes_cnt;
|
hashes->hashes_cnt = hashes_cnt;
|
||||||
|
|
||||||
|
if (user_options->quiet == false) log_info_nn ("Sorting Hashes...");
|
||||||
|
|
||||||
if (hashconfig->is_salted)
|
if (hashconfig->is_salted)
|
||||||
{
|
{
|
||||||
hc_qsort_r (hashes_buf, hashes_cnt, sizeof (hash_t), sort_by_hash, (void *) hashconfig);
|
hc_qsort_r (hashes_buf, hashes_cnt, sizeof (hash_t), sort_by_hash, (void *) hashconfig);
|
||||||
|
Loading…
Reference in New Issue
Block a user