diff options
author | Lutz Jänicke <jaenicke@openssl.org> | 2001-02-07 14:26:43 +0000 |
---|---|---|
committer | Lutz Jänicke <jaenicke@openssl.org> | 2001-02-07 14:26:43 +0000 |
commit | d4219c485b34818df8aa530f7d8d1c1daff44306 (patch) | |
tree | d7747269f79383e54e0a19b3cba010479fe7c21c /e_os.h | |
parent | 73fc98a7bf71a53f8e713e09ff43deeb5b16a704 (diff) | |
download | openssl-new-d4219c485b34818df8aa530f7d8d1c1daff44306.tar.gz |
Change preferences for sockets of EGD-style entropy daemons to a more
reasonable selection.
Diffstat (limited to 'e_os.h')
-rw-r--r-- | e_os.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ extern "C" { /* set this to a comma-seperated 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. */ -#define DEVRANDOM_EGD "/etc/entropy","/var/run/egd-pool" +#define DEVRANDOM_EGD "/var/run/egd-pool","/dev/egd-pool","/etc/egd-pool","/etc/entropy" #endif #if defined(__MWERKS__) && defined(macintosh) |