From: Sebastian Andrzej Siewior Date: Tue, 26 Jun 2012 16:13:46 +0000 (+0200) Subject: crypto: arc4 - now arc needs blockcipher support X-Git-Tag: v3.6-rc1~94^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9b0f080fac541d88eee4d5175c3f6470a9e9189;p=pandora-kernel.git crypto: arc4 - now arc needs blockcipher support Since commit ce6dd368 ("crypto: arc4 - improve performance by adding ecb(arc4)) we need to pull in a blkcipher. |ERROR: "crypto_blkcipher_type" [crypto/arc4.ko] undefined! |ERROR: "blkcipher_walk_done" [crypto/arc4.ko] undefined! |ERROR: "blkcipher_walk_virt" [crypto/arc4.ko] undefined! Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Herbert Xu --- Reading git-diff-tree failed