From f381b107a3f76044b51bce0b101641ad27e830da Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 23 Feb 2017 12:15:19 +0100 Subject: [PATCH] Remove some unused variable --- src/interface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/interface.c b/src/interface.c index 98559ebe7..7981f9461 100644 --- a/src/interface.c +++ b/src/interface.c @@ -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) {