kernel: ltq-deu: fix compilation warning
[openwrt/openwrt.git] / package / kernel / lantiq / ltq-deu / src / ifxmips_sha1.c
index 0e860b9ab5082a8002f0a5f5f4f9e5dd58f3551b..76734917d1e64d21182a27c1c080069411b3db1c 100644 (file)
@@ -199,8 +199,8 @@ static int sha1_final(struct shash_desc *desc, u8 *out)
     u64 t;
     u8 bits[8] = { 0, };
     static const u8 padding[64] = { 0x80, };
-    volatile struct deu_hash_t *hashs = (struct deu_hash_t *) HASH_START;
-    unsigned long flag;
+    //volatile struct deu_hash_t *hashs = (struct deu_hash_t *) HASH_START;
+    //unsigned long flag;
 
     t = sctx->count;
     bits[7] = 0xff & t;