summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2009-08-13 21:33:06 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2009-08-13 22:41:25 +1000
commite396ccd665dadf1332028994fd32c45f0d41afe7 (patch)
tree7940ea27507b34ed543dcc4d2cddfb7929bdb2fd
parentd453231e3964a4755a0650c515de58e1ae86f72a (diff)
downloadlinux-crypto-e396ccd665dadf1332028994fd32c45f0d41afe7.tar.gz
linux-crypto-e396ccd665dadf1332028994fd32c45f0d41afe7.zip
Revert crypto: fips - Select CPRNG
This reverts commit cb5506345ce21a74e997871bb3d09e322d0b5528. 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 <herbert@gondor.apana.org.au>
-rw-r--r--crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 5105cf15..1db09958 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -23,7 +23,6 @@ comment "Crypto core or helper"
config CRYPTO_FIPS
bool "FIPS 200 compliance"
- select CRYPTO_ANSI_CPRNG
help
This options enables the fips boot option which is
required if you want to system to operate in a FIPS 200