From 90341da78b10beb4fa0bdbc8de35d44373c27fbf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 28 May 2004 03:11:35 +0000 Subject: r935: remove unused variable (This used to be commit a8056e329484256ffb51e823296b87979ef9221f) --- source4/lib/crypto/hmacmd5.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/lib/crypto/hmacmd5.c') diff --git a/source4/lib/crypto/hmacmd5.c b/source4/lib/crypto/hmacmd5.c index 7697ac8a69..0a7cbb3663 100644 --- a/source4/lib/crypto/hmacmd5.c +++ b/source4/lib/crypto/hmacmd5.c @@ -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) { -- cgit