commit | 5f0b23eeba2d9105944148e5a85b0bfb34a8ecf5 | [log] [tgz] |
---|---|---|
author | Suresh Jayaraman <sjayaraman@suse.de> | Fri Jun 03 14:19:01 2011 +0530 |
committer | Steve French <sfrench@us.ibm.com> | Fri Jun 03 17:38:44 2011 +0000 |
tree | 5249d7e1ba44c4e8136b4617371cdd32b8f59389 | |
parent | c592a7073796de1cd221f957ab693c19d383423f [diff] |
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 43988d7. Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de> CC: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>