summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2009-06-19 20:32:58 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2009-06-19 20:32:58 +0800
commit09099b444d63552b245f091331fe6f692cc33003 (patch)
treecf10a8b7a28d7ab4101e46d8460f10e118f871ab /crypto
parentf47f7c031cf15fdfb92f8f919a5104e7723163df (diff)
downloadlinux-crypto-09099b444d63552b245f091331fe6f692cc33003.tar.gz
linux-crypto-09099b444d63552b245f091331fe6f692cc33003.zip
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')
-rw-r--r--crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 4dfdd03e..03ef1a98 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -782,7 +782,6 @@ config CRYPTO_ANSI_CPRNG
tristate "Pseudo Random Number Generation for Cryptographic modules"
select CRYPTO_AES
select CRYPTO_RNG
- select CRYPTO_FIPS
help
This option enables the generic pseudo random number generator
for cryptographic modules. Uses the Algorithm specified in