Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>

Substitute the inclusion of <linux/random.h> header with
<linux/prandom.h> to allow the removal of legacy inclusion
of <linux/prandom.h> from <linux/random.h>.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: David S. Miller <davem@davemloft.net>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>

authored by

Uros Bizjak and committed by
Jason A. Donenfeld
fe5d0c88 bda210a7

+1 -1
+1 -1
crypto/testmgr.c
··· 23 23 #include <linux/fips.h> 24 24 #include <linux/module.h> 25 25 #include <linux/once.h> 26 - #include <linux/random.h> 26 + #include <linux/prandom.h> 27 27 #include <linux/scatterlist.h> 28 28 #include <linux/slab.h> 29 29 #include <linux/string.h>