mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Because /dev/urandom has a better chance of giving us a good and
quick answer, take that one first.
This commit is contained in:
parent
b5524a3ac3
commit
e02cc10ea4
2
e_os.h
2
e_os.h
@ -79,7 +79,7 @@ extern "C" {
|
||||
#ifndef DEVRANDOM
|
||||
/* set this to a comma-separated list of 'random' device files to try out.
|
||||
* My default, we will try to read at least one of these files */
|
||||
#define DEVRANDOM "/dev/random","/dev/srandom","/dev/urandom"
|
||||
#define DEVRANDOM "/dev/urandom","/dev/random","/dev/srandom"
|
||||
#endif
|
||||
|
||||
#if defined(__MWERKS__) && defined(macintosh)
|
||||
|
Loading…
Reference in New Issue
Block a user