From: Shirish Pargaonkar Date: Thu, 27 Jan 2011 15:58:04 +0000 (-0600) Subject: cifs: More crypto cleanup (try #2) X-Git-Tag: v2.6.38-rc3~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee2c9258501f83d3ed0fd09ce5df1cec53312cf0;p=pandora-kernel.git cifs: More crypto cleanup (try #2) Replaced md4 hashing function local to cifs module with kernel crypto APIs. As a result, md4 hashing function and its supporting functions in file md4.c are not needed anymore. Cleaned up function declarations, removed forward function declarations, and removed a header file that is being deleted from being included. Verified that sec=ntlm/i, sec=ntlmv2/i, and sec=ntlmssp/i work correctly. Signed-off-by: Shirish Pargaonkar Reviewed-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed