dect
/
linux-2.6
Archived
13
0
Fork 0

ecryptfs: depends on CRYPTO

ecryptfs uses crypto APIs so it should depend on CRYPTO.
Otherwise many build errors occur. [63 lines not pasted]

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: ecryptfs-devel@lists.launchpad.net
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
This commit is contained in:
Randy Dunlap 2009-09-28 13:34:20 -07:00 committed by Tyler Hicks
parent 0eca52a927
commit 664fc5a4e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
config ECRYPT_FS
tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
depends on EXPERIMENTAL && KEYS && NET
depends on EXPERIMENTAL && KEYS && NET && CRYPTO
select CRYPTO_ECB
select CRYPTO_CBC
help