Commit 5f0b23ee authored by Suresh Jayaraman's avatar Suresh Jayaraman Committed by Steve French

cifs: make CIFS depend on CRYPTO_ECB

When CONFIG_CRYPTO_ECB is not set, trying to mount a CIFS share with NTLM
security resulted in mount failure with the following error:
   "CIFS VFS: could not allocate des crypto API"

Seems like a leftover from commit 43988d76.
Signed-off-by: default avatarSuresh Jayaraman <sjayaraman@suse.de>
CC: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Reviewed-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent c592a707
...@@ -7,6 +7,7 @@ config CIFS ...@@ -7,6 +7,7 @@ config CIFS
select CRYPTO_MD5 select CRYPTO_MD5
select CRYPTO_HMAC select CRYPTO_HMAC
select CRYPTO_ARC4 select CRYPTO_ARC4
select CRYPTO_ECB
select CRYPTO_DES select CRYPTO_DES
help help
This is the client VFS module for the Common Internet File System This is the client VFS module for the Common Internet File System
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment