From f367ac2b2664df272aa1903c7650f0c64f539d28 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 26 Jun 2017 12:02:57 -0400 Subject: Use randomness not entropy Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/3773) --- e_os.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e_os.h') diff --git a/e_os.h b/e_os.h index d331044ead..7138c7a181 100644 --- a/e_os.h +++ b/e_os.h @@ -75,7 +75,7 @@ extern "C" { # ifndef DEVRANDOM /* - * set this to a comma-separated list of 'random' device files to try out. My + * set this to a comma-separated list of 'random' device files to try out. By * default, we will try to read at least one of these files */ # define DEVRANDOM "/dev/urandom","/dev/random","/dev/srandom" @@ -84,7 +84,7 @@ extern "C" { /* * set this to a comma-separated list of 'egd' sockets to try out. These * sockets will be tried in the order listed in case accessing the device - * files listed in DEVRANDOM did not return enough entropy. + * files listed in DEVRANDOM did not return enough randomness. */ # define DEVRANDOM_EGD "/var/run/egd-pool","/dev/egd-pool","/etc/egd-pool","/etc/entropy" # endif -- cgit v1.2.3