1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-22 20:42:07 +00:00

Continue with WPA hashing logic as it was already

This commit is contained in:
jsteube 2017-02-23 09:46:26 +01:00
parent 57371376a3
commit 7797826c8d

View File

@ -2868,8 +2868,6 @@ int wpa_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE_UNUSED
md5_64 (block, hash);
memset (block, 0, sizeof (block));
block[0] = digest[0];
block[1] = digest[1];
block[2] = digest[2];