mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 02:53:30 +08:00
Change preferences for sockets of EGD-style entropy daemons to a more
reasonable selection.
This commit is contained in:
parent
73fc98a7bf
commit
d4219c485b
2
e_os.h
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user