1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r935: remove unused variable

(This used to be commit a8056e3294)
This commit is contained in:
Andrew Tridgell 2004-05-28 03:11:35 +00:00 committed by Gerald (Jerry) Carter
parent 7cd74a596e
commit 90341da78b

View 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)
{