summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-02-07 14:26:43 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-02-07 14:26:43 +0000
commitd4219c485b34818df8aa530f7d8d1c1daff44306 (patch)
treed7747269f79383e54e0a19b3cba010479fe7c21c /e_os.h
parent73fc98a7bf71a53f8e713e09ff43deeb5b16a704 (diff)
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index e23e254454..ab952c8f72 100644
--- a/e_os.h
+++ b/e_os.h
@@ -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)