From: Herbert Xu Date: Fri, 19 Jun 2009 12:32:58 +0000 (+0800) Subject: crypto: ansi_cprng - Do not select FIPS X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=27300176d75e4723e2125e745a98a77bf0133f72;p=linux-beck.git crypto: ansi_cprng - Do not select FIPS The RNG should work with FIPS disabled. Signed-off-by: Herbert Xu --- 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 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