mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-23 13:02:06 +00:00
Continue with WPA hashing logic as it was already
This commit is contained in:
parent
57371376a3
commit
7797826c8d
@ -2868,8 +2868,6 @@ int wpa_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE_UNUSED
|
|||||||
|
|
||||||
md5_64 (block, hash);
|
md5_64 (block, hash);
|
||||||
|
|
||||||
memset (block, 0, sizeof (block));
|
|
||||||
|
|
||||||
block[0] = digest[0];
|
block[0] = digest[0];
|
||||||
block[1] = digest[1];
|
block[1] = digest[1];
|
||||||
block[2] = digest[2];
|
block[2] = digest[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user