Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 664fc5a4 authored by Randy Dunlap's avatar Randy Dunlap Committed by Tyler Hicks
Browse files

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: ecryptfs-devel@lists.launchpad.net
Signed-off-by: default avatarTyler Hicks <tyhicks@linux.vnet.ibm.com>
parent 0eca52a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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