Skip to content

Commit

Permalink
[CIFS] Fix build break ifdef in wrong place
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Sep 28, 2006
1 parent e10847e commit a3ab41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/md5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -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)
Expand Down

0 comments on commit a3ab41f

Please sign in to comment.