Skip to content

Commit

Permalink
ecryptfs: depends on CRYPTO
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Tyler Hicks committed Oct 8, 2009
1 parent 0eca52a commit 664fc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ecryptfs/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 664fc5a

Please sign in to comment.