aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2009-06-19 08:32:58 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2009-06-19 08:32:58 -0400
commit27300176d75e4723e2125e745a98a77bf0133f72 (patch)
tree2b626cfbf12a914a2eb1152c02e8db91cd397cf2 /crypto/Kconfig
parenta873a5f1c4eda125f506c059a4f8ea48b9f42eff (diff)
crypto: ansi_cprng - Do not select FIPS
The RNG should work with FIPS disabled. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 4dfdd03e708f..03ef1a986d8b 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -782,7 +782,6 @@ config CRYPTO_ANSI_CPRNG
782 tristate "Pseudo Random Number Generation for Cryptographic modules" 782 tristate "Pseudo Random Number Generation for Cryptographic modules"
783 select CRYPTO_AES 783 select CRYPTO_AES
784 select CRYPTO_RNG 784 select CRYPTO_RNG
785 select CRYPTO_FIPS
786 help 785 help
787 This option enables the generic pseudo random number generator 786 This option enables the generic pseudo random number generator
788 for cryptographic modules. Uses the Algorithm specified in 787 for cryptographic modules. Uses the Algorithm specified in