提交 d4219c48 编写于 作者: L Lutz Jänicke

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

reasonable selection.
上级 73fc98a7
...@@ -85,7 +85,7 @@ extern "C" { ...@@ -85,7 +85,7 @@ extern "C" {
/* set this to a comma-seperated list of 'egd' sockets to try out. These /* 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 * sockets will be tried in the order listed in case accessing the device files
* listed in DEVRANDOM did not return enough entropy. */ * 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 #endif
#if defined(__MWERKS__) && defined(macintosh) #if defined(__MWERKS__) && defined(macintosh)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册