Continue with WPA hashing logic as it was already

pull/1128/head
jsteube 7 years ago
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);
memset (block, 0, sizeof (block));
block[0] = digest[0];
block[1] = digest[1];
block[2] = digest[2];

Loading…
Cancel
Save