Skip to content
Snippets Groups Projects
Commit d4219c48 authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

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

reasonable selection.
parent 73fc98a7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment