aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/Kconfig
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2011-01-31 08:41:36 -0500
committerSteve French <sfrench@us.ibm.com>2011-01-31 15:26:07 +0000
commitf855f6cbeb4f94cd4e4a225c2246ee8012c384a2 (patch)
tree82d4082af9b923f0476c5176d92ebf2554f59c15 /fs/cifs/Kconfig
parentcifs: force a reconnect if there are too many MIDs in flight (diff)
downloadlinux-dev-f855f6cbeb4f94cd4e4a225c2246ee8012c384a2.tar.xz
linux-dev-f855f6cbeb4f94cd4e4a225c2246ee8012c384a2.zip
cifs: make CIFS depend on CRYPTO_MD4
Recently CIFS was changed to use the kernel crypto API for MD4 hashes, but the Kconfig dependencies were not changed to reflect this. Signed-off-by: Jeff Layton <jlayton@redhat.com> Reported-and-Tested-by: Suresh Jayaraman <sjayaraman@suse.de> Reviewed-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/Kconfig')
-rw-r--r--fs/cifs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index ee45648b0d1a..7cb0f7f847e4 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -3,6 +3,7 @@ config CIFS
depends on INET
select NLS
select CRYPTO
+ select CRYPTO_MD4
select CRYPTO_MD5
select CRYPTO_HMAC
select CRYPTO_ARC4