1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00

Remove some unused variable

This commit is contained in:
jsteube 2017-02-23 12:15:19 +01:00
parent 877b3fdc4d
commit f381b107a3

View File

@ -15695,8 +15695,7 @@ int ascii_digest (hashcat_ctx_t *hashcat_ctx, char *out_buf, const size_t out_le
char *essid = (char *) wpa->essid;
char tmp_buf[HCBUFSIZ_TINY];
int tmp_len = 0;
int tmp_len = 0;
if (need_hexify (wpa->essid, wpa->essid_len, hashconfig->separator, 0) == true)
{