Re: crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanity

2015-04-21 Thread Stephan Mueller
Am Mittwoch, 22. April 2015, 11:42:35 schrieb Herbert Xu: Hi Herbert, > This patch removes the unnecessary CRYPTO_FIPS ifdef from > drbg_healthcheck_sanity so that the code always gets checked > by the compiler. > > Signed-off-by: Herbert Xu Acked-by: Stephan Mueller -- Ciao Stephan -- To u

crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanity

2015-04-21 Thread Herbert Xu
This patch removes the unnecessary CRYPTO_FIPS ifdef from drbg_healthcheck_sanity so that the code always gets checked by the compiler. Signed-off-by: Herbert Xu diff --git a/crypto/drbg.c b/crypto/drbg.c index ec6bffd..23d444e 100644 --- a/crypto/drbg.c +++ b/crypto/drbg.c @@ -1707,7 +1707,