r935: remove unused variable
authorAndrew Tridgell <tridge@samba.org>
Fri, 28 May 2004 03:11:35 +0000 (03:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:20 +0000 (12:56 -0500)
(This used to be commit a8056e329484256ffb51e823296b87979ef9221f)

source4/lib/crypto/hmacmd5.c

index 7697ac8a69fb2df597d0c1bf43d14596e030c8c2..0a7cbb3663f0fe2266be8b006b7b6749ce60f39d 100644 (file)
@@ -69,8 +69,6 @@ void hmac_md5_init_rfc2104(uchar*  key, int key_len, HMACMD5Context *ctx)
 void hmac_md5_init_limK_to_64(const uchar* key, int key_len,
                        HMACMD5Context *ctx)
 {
-        int i;
-
         /* if key is longer than 64 bytes truncate it */
         if (key_len > 64)
        {