X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcifs%2Fmd5.c;h=ccebf9b7eb86e2293d0cd52ee15137b6dbdd4ad4;hb=ecd27b92fbb41f779d857632a69bd45dbaf0f915;hp=e6a2097d836bef40875c8bf68c1d289974eaf655;hpb=e10847ed499cb86bf8ce12f3a686be8a98f8e140;p=linux-2.6 diff --git a/fs/cifs/md5.c b/fs/cifs/md5.c index e6a2097d83..ccebf9b7eb 100644 --- a/fs/cifs/md5.c +++ b/fs/cifs/md5.c @@ -335,7 +335,6 @@ hmac_md5_update(const unsigned char *text, int text_len, /*********************************************************************** finish off hmac_md5 "inner" buffer and generate outer one. ***********************************************************************/ -#if 0 /* currently unused */ void hmac_md5_final(unsigned char *digest, struct HMACMD5Context *ctx) { @@ -353,6 +352,7 @@ hmac_md5_final(unsigned char *digest, struct HMACMD5Context *ctx) single function to calculate an HMAC MD5 digest from data. use the microsoft hmacmd5 init method because the key is 16 bytes. ************************************************************/ +#if 0 /* currently unused */ static void hmac_md5(unsigned char key[16], unsigned char *data, int data_len, unsigned char *digest)