1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-18 11:40:58 +00:00

update changes.txt + cleanup

This commit is contained in:
Gabriele Gristina 2023-05-01 03:44:39 +02:00
parent e6d1a4c8a2
commit 2fe2d299bc
2 changed files with 2 additions and 2 deletions

View File

@ -82,6 +82,7 @@
- User Options: Added error message when mixing --username and --show to warn users of exponential delay
- MetaMask: update extraction tool to support MetaMask Mobile wallets
- Metal Backend: added workaround to prevent 'Infinite Loop' bug when build kernels
- User Options: added --metal-compiler-runtime option
* changes v6.2.5 -> v6.2.6

View File

@ -737,8 +737,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
return -1;
}
// --metal-compiler-runtime is really used only on Apple,
// but is useless to expose only on Apple
// --metal-compiler-runtime is really used only on Apple
if (user_options->metal_compiler_runtime_chgd == true && user_options->metal_compiler_runtime == 0)
{