From: Herbert Xu Date: Thu, 13 Aug 2009 11:33:06 +0000 (+1000) Subject: Revert crypto: fips - Select CPRNG X-Git-Tag: v2.6.32-rc1~731^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73fec1209433d6b33924c1b06122ee217ce98931;p=pandora-kernel.git Revert crypto: fips - Select CPRNG This reverts commit 215ccd6f55a2144bd553e0a3d12e1386f02309fd. It causes CPRNG and everything selected by it to be built-in whenever FIPS is enabled. The problem is that it is selecting a tristate from a bool, which is usually not what is intended. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed