mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 09:58:16 +00:00
Update interface.c to remove non-existant Salt-Type 3 support.
This commit is contained in:
parent
71d9369a70
commit
e2ac101526
@ -17860,7 +17860,7 @@ int electrum_wallet13_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf
|
||||
|
||||
const u32 salt_type = hc_strtoul ((const char *) salt_type_pos, NULL, 10);
|
||||
|
||||
if ((salt_type == 1) || (salt_type == 2) || (salt_type == 3))
|
||||
if ((salt_type == 1) || (salt_type == 2))
|
||||
{
|
||||
// all ok
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user