1 From 81c4c62a4f5f5542843381bfb34e39a6171d5cdd Mon Sep 17 00:00:00 2001
2 From: Yashpal Dutta <yashpal.dutta@freescale.com>
3 Date: Tue, 11 Mar 2014 06:42:59 +0545
4 Subject: [PATCH 09/26] Added hwrng dev file as source of RNG
6 Upstream-status: Pending
8 Signed-off-by: Yashpal Dutta <yashpal.dutta@freescale.com>
11 1 file changed, 1 insertion(+), 1 deletion(-)
13 diff --git a/e_os.h b/e_os.h
14 index 6a0aad1..57c0563 100644
17 @@ -79,7 +79,7 @@ extern "C" {
19 /* set this to a comma-separated list of 'random' device files to try out.
20 * My default, we will try to read at least one of these files */
21 -#define DEVRANDOM "/dev/urandom","/dev/random","/dev/srandom"
22 +#define DEVRANDOM "/dev/hwrng","/dev/urandom","/dev/random","/dev/srandom"
25 /* set this to a comma-seperated list of 'egd' sockets to try out. These