mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-25 16:08:39 +00:00
Fix osx compilation
This commit is contained in:
parent
1b05d09327
commit
f91dc3ac80
@ -6883,7 +6883,12 @@ int main (int argc, char **argv)
|
|||||||
potfile_disable = 1;
|
potfile_disable = 1;
|
||||||
weak_hash_threshold = 0;
|
weak_hash_threshold = 0;
|
||||||
gpu_temp_disable = 1;
|
gpu_temp_disable = 1;
|
||||||
|
|
||||||
|
#ifdef HAVE_HWMON
|
||||||
|
#ifdef HAVE_ADL
|
||||||
powertune_enable = 1;
|
powertune_enable = 1;
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
data.status_timer = status_timer;
|
data.status_timer = status_timer;
|
||||||
data.restore_timer = restore_timer;
|
data.restore_timer = restore_timer;
|
||||||
|
Loading…
Reference in New Issue
Block a user