diff options
-rw-r--r-- | source4/lib/crypto/hmacmd5.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |