From: Lutz Jänicke Date: Wed, 7 Feb 2001 14:26:43 +0000 (+0000) Subject: Change preferences for sockets of EGD-style entropy daemons to a more X-Git-Tag: OpenSSL_0_9_6a-beta1~48^2~31 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=d4219c485b34818df8aa530f7d8d1c1daff44306 Change preferences for sockets of EGD-style entropy daemons to a more reasonable selection. --- 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)