Change preferences for sockets of EGD-style entropy daemons to a more

reasonable selection.
This commit is contained in:
Lutz Jänicke 2001-02-07 14:26:43 +00:00
parent 73fc98a7bf
commit d4219c485b

2
e_os.h
View File

@ -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)