Because /dev/urandom has a better chance of giving us a good and
authorRichard Levitte <levitte@openssl.org>
Mon, 8 Jan 2001 21:27:53 +0000 (21:27 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 8 Jan 2001 21:27:53 +0000 (21:27 +0000)
quick answer, take that one first.

e_os.h

diff --git a/e_os.h b/e_os.h
index ba53b18b9cd9cbc3779b9669e082bc8636e5afc8..d658191987d33901a193e5bda94dfcfd6c31caf2 100644 (file)
--- a/e_os.h
+++ b/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)