Am Donnerstag, 2. Mai 2019, 14:48:11 CEST schrieb Herbert Xu: Hi Herbert, > Hi Stephan: > > On Thu, May 02, 2019 at 02:40:51PM +0200, Stephan Müller wrote: > > +static int drbg_fips_continuous_test(struct drbg_state *drbg, > > + const unsigned char *entropy) > > +{ > > +#ifdef CONFIG_CRYPTO_FIPS > > Please use the IS_ENABLED macro from linux/kconfig.h so that all > of the code gets compiler coverage. Will do. > > Thanks, Ciao Stephan