From a3624e2848a5f727de485669aadacf87228a1ac9 Mon Sep 17 00:00:00 2001 From: Tyler Hicks Date: Tue, 29 Sep 2009 02:33:59 -0500 Subject: [PATCH] --- yaml --- r: 167180 b: refs/heads/master c: ed1f21857e76a92a006e0f890a3d7f72953b1469 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ecryptfs/Kconfig | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3306e54f5a2b..f201d6c0e28a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 664fc5a4e7d0d7f3487e5c856b79f7dac79567fd +refs/heads/master: ed1f21857e76a92a006e0f890a3d7f72953b1469 diff --git a/trunk/fs/ecryptfs/Kconfig b/trunk/fs/ecryptfs/Kconfig index 89ebed3a4869..1cd6d9d3e29a 100644 --- a/trunk/fs/ecryptfs/Kconfig +++ b/trunk/fs/ecryptfs/Kconfig @@ -1,8 +1,9 @@ config ECRYPT_FS tristate "eCrypt filesystem layer support (EXPERIMENTAL)" - depends on EXPERIMENTAL && KEYS && NET && CRYPTO + depends on EXPERIMENTAL && KEYS && CRYPTO select CRYPTO_ECB select CRYPTO_CBC + select CRYPTO_MD5 help Encrypted filesystem that operates on the VFS layer. See to learn more about