Fixed a bug where hashcat did not take into account how long it takes to prepare a session when auto-aborting with --runtime is in use

This commit is contained in:
jsteube
2016-07-24 22:26:40 +02:00
parent 215457d74d
commit d3a95a67ae
3 changed files with 14 additions and 3 deletions

View File

@@ -1327,6 +1327,8 @@ typedef struct
time_t runtime_start;
time_t runtime_stop;
time_t prepare_time;
time_t proc_start;
time_t proc_stop;