1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-10 15:51:10 +00:00

Remove unused variable

This commit is contained in:
jsteube 2017-03-09 10:17:34 +01:00
parent e0b0d3bd32
commit bea0e52cdb
2 changed files with 0 additions and 2 deletions

View File

@ -800,7 +800,6 @@ typedef struct wpa
u8 orig_mac_sta[6];
u8 orig_nonce_ap[32];
u8 orig_nonce_sta[32];
int essid_reuse;
u8 essid_len;
u8 essid[32];
u32 keymic[4];

View File

@ -184,7 +184,6 @@ typedef struct wpa
u8 orig_mac_sta[6];
u8 orig_nonce_ap[32];
u8 orig_nonce_sta[32];
int essid_reuse;
u8 essid_len;
u8 essid[32];
u32 keymic[4];