From: Patrick McHardy Date: Wed, 25 Oct 2006 06:49:36 +0000 (+1000) Subject: [CRYPTO] users: Select ECB/CBC where needed X-Git-Tag: v2.6.19-rc4~90^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcbaecbb9968750d4bfb2686a97e396f681f88ef;p=pandora-kernel.git [CRYPTO] users: Select ECB/CBC where needed CRYPTO_MANAGER is selected automatically by CONFIG_ECB and CONFIG_CBC. config CRYPTO_ECB tristate "ECB support" select CRYPTO_BLKCIPHER select CRYPTO_MANAGER I've added CONFIG_ECB to the ones you mentioned and CONFIG_CBC to gssapi. Signed-off-by: Patrick McHardy Signed-off-by: Herbert Xu --- Reading git-diff-tree failed