Commit 27300176 authored by Herbert Xu's avatar Herbert Xu

crypto: ansi_cprng - Do not select FIPS

The RNG should work with FIPS disabled.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a873a5f1
...@@ -782,7 +782,6 @@ config CRYPTO_ANSI_CPRNG ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment