From: Steve French Date: Thu, 28 Sep 2006 20:52:08 +0000 (+0000) Subject: [CIFS] Fix build break ifdef in wrong place X-Git-Tag: v2.6.19-rc2~10^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3ab41f10e2f5087e515da358680c88dd61d4832;p=profile%2Fivi%2Fkernel-x86-ivi.git [CIFS] Fix build break ifdef in wrong place Signed-off-by: Steve French --- diff --git a/fs/cifs/md5.c b/fs/cifs/md5.c index e6a2097..ccebf9b 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)