mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-02 11:58:26 +00:00
remove whitespace in -m 7100 = macOS
This commit is contained in:
parent
964cff951f
commit
d67155d3d6
@ -188,7 +188,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
|||||||
salt->salt_iter = hc_strtoul ((const char *) iter_pos, NULL, 10) - 1;
|
salt->salt_iter = hc_strtoul ((const char *) iter_pos, NULL, 10) - 1;
|
||||||
|
|
||||||
return (PARSER_OK);
|
return (PARSER_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strncmp (sigchk, SIGNATURE_SHA512MACOS_JOHN, 20) == 0)
|
if (strncmp (sigchk, SIGNATURE_SHA512MACOS_JOHN, 20) == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user