From d5418c25c5fc329b10a890c4a534f52db109e6af Mon Sep 17 00:00:00 2001 From: Sein Coray Date: Tue, 14 May 2019 10:34:40 +0200 Subject: [PATCH] remove unused digest variable --- src/modules/module_17220.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/module_17220.c b/src/modules/module_17220.c index 4253a73ce..80f2a1bcb 100644 --- a/src/modules/module_17220.c +++ b/src/modules/module_17220.c @@ -290,8 +290,6 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE int module_hash_encode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED const void *digest_buf, MAYBE_UNUSED const salt_t *salt, MAYBE_UNUSED const void *esalt_buf, MAYBE_UNUSED const void *hook_salt_buf, MAYBE_UNUSED const hashinfo_t *hash_info, char *line_buf, MAYBE_UNUSED const int line_size) { - const u32 *digest = (const u32 *) digest_buf; - const pkzip_t *pkzip = (const pkzip_t *) esalt_buf; int out_len = 0;