diff options
author | Jeff Layton <jlayton@redhat.com> | 2011-01-31 08:41:36 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-01-31 15:26:07 +0000 |
commit | f855f6cbeb4f94cd4e4a225c2246ee8012c384a2 (patch) | |
tree | 82d4082af9b923f0476c5176d92ebf2554f59c15 /fs/cifs | |
parent | 92a4e0f0169498867ecb19c2244510dd4beba149 (diff) |
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')
-rw-r--r-- | fs/cifs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index ee45648b0d1..7cb0f7f847e 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 |