diff options
author | Steve French <sfrench@us.ibm.com> | 2011-01-25 19:28:43 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-01-25 19:28:43 +0000 |
commit | 93c100c0b423266c0ee28497e90fdf27c05e6b8e (patch) | |
tree | d62879296fdcb482ba4f3995e8e9177f6ec17599 /fs/cifs/cifsencrypt.c | |
parent | c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 (diff) | |
download | linux-93c100c0b423266c0ee28497e90fdf27c05e6b8e.tar.gz linux-93c100c0b423266c0ee28497e90fdf27c05e6b8e.tar.bz2 linux-93c100c0b423266c0ee28497e90fdf27c05e6b8e.zip |
[CIFS] Replace cifs md5 hashing functions with kernel crypto APIs
Replace remaining use of md5 hash functions local to cifs module
with kernel crypto APIs.
Remove header and source file containing those local functions.
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsencrypt.c')
-rw-r--r-- | fs/cifs/cifsencrypt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/cifsencrypt.c b/fs/cifs/cifsencrypt.c index 66f3d50d0676..35bf329c90e1 100644 --- a/fs/cifs/cifsencrypt.c +++ b/fs/cifs/cifsencrypt.c @@ -24,7 +24,6 @@ #include "cifspdu.h" #include "cifsglob.h" #include "cifs_debug.h" -#include "md5.h" #include "cifs_unicode.h" #include "cifsproto.h" #include "ntlmssp.h" |