summaryrefslogtreecommitdiff
path: root/fs/cifs/smbencrypt.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2011-01-25 19:28:43 (GMT)
committerSteve French <sfrench@us.ibm.com>2011-01-25 19:28:43 (GMT)
commit93c100c0b423266c0ee28497e90fdf27c05e6b8e (patch)
treed62879296fdcb482ba4f3995e8e9177f6ec17599 /fs/cifs/smbencrypt.c
parentc723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 (diff)
downloadlinux-93c100c0b423266c0ee28497e90fdf27c05e6b8e.tar.xz
[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/smbencrypt.c')
-rw-r--r--fs/cifs/smbencrypt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/smbencrypt.c b/fs/cifs/smbencrypt.c
index 192ea51..3013500 100644
--- a/fs/cifs/smbencrypt.c
+++ b/fs/cifs/smbencrypt.c
@@ -32,7 +32,6 @@
#include "cifs_unicode.h"
#include "cifspdu.h"
#include "cifsglob.h"
-#include "md5.h"
#include "cifs_debug.h"
#include "cifsencrypt.h"