1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 15:18:16 +00:00

Merge pull request #1291 from ZerBea/master

removed message-pair-check - no longer needed
This commit is contained in:
Jens Steube 2017-07-09 20:02:09 +02:00 committed by GitHub
commit ec7b416baf

View File

@ -3363,11 +3363,6 @@ int wpa_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE_UNUSED
wpa->message_pair = message_pair_orig;
if ((in.message_pair == MESSAGE_PAIR_M32E3) || (in.message_pair == MESSAGE_PAIR_M34E3))
{
wpa->nonce_error_corrections = 0;
}
wpa->keyver = in.keyver;
if (wpa->keyver & ~7) return (PARSER_SALT_VALUE);