* gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
[gnulib.git] / lib / md4.c
index 061d3e3..b70da39 100644 (file)
--- a/lib/md4.c
+++ b/lib/md4.c
@@ -311,7 +311,6 @@ md4_process_block (const void *buffer, size_t len, struct md4_ctx *ctx)
      the loop.  */
   while (words < endp)
     {
-      uint32_t tm;
       int t;
       for (t = 0; t < 16; t++)
        {