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/Makefile | |
parent | c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 (diff) | |
download | op-kernel-dev-93c100c0b423266c0ee28497e90fdf27c05e6b8e.zip op-kernel-dev-93c100c0b423266c0ee28497e90fdf27c05e6b8e.tar.gz |
[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/Makefile')
-rw-r--r-- | fs/cifs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/Makefile b/fs/cifs/Makefile index 43b19dd..e132229 100644 --- a/fs/cifs/Makefile +++ b/fs/cifs/Makefile @@ -5,7 +5,7 @@ obj-$(CONFIG_CIFS) += cifs.o cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \ link.o misc.o netmisc.o smbdes.o smbencrypt.o transport.o asn1.o \ - md4.o md5.o cifs_unicode.o nterr.o xattr.o cifsencrypt.o \ + md4.o cifs_unicode.o nterr.o xattr.o cifsencrypt.o \ readdir.o ioctl.o sess.o export.o cifs-$(CONFIG_CIFS_ACL) += cifsacl.o |