1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-24 11:25:41 +00:00

Remove temporary workaround for wpa->message_pair in -m 22000

This commit is contained in:
Jens Steube 2021-10-16 08:45:56 +02:00
parent 6d24f18f8c
commit 8f41c346ef

View File

@ -1102,10 +1102,6 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
wpa->detected_be = 1;
}
wpa->detected_le = 1; // temporary see https://github.com/hashcat/hashcat/issues/2987
wpa->detected_be = 1; // temporary see https://github.com/hashcat/hashcat/issues/2987
// mic
const u8 *mic_pos = token.buf[2];