Browse Source

crypto: ansi_cprng - Do not select FIPS

The RNG should work with FIPS disabled.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Herbert Xu 16 năm trước cách đây
mục cha
commit
27300176d7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      crypto/Kconfig

+ 0 - 1
crypto/Kconfig

@@ -782,7 +782,6 @@ config CRYPTO_ANSI_CPRNG
 	tristate "Pseudo Random Number Generation for Cryptographic modules"
 	tristate "Pseudo Random Number Generation for Cryptographic modules"
 	select CRYPTO_AES
 	select CRYPTO_AES
 	select CRYPTO_RNG
 	select CRYPTO_RNG
-	select CRYPTO_FIPS
 	help
 	help
 	  This option enables the generic pseudo random number generator
 	  This option enables the generic pseudo random number generator
 	  for cryptographic modules.  Uses the Algorithm specified in
 	  for cryptographic modules.  Uses the Algorithm specified in