projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5524a3
)
Because /dev/urandom has a better chance of giving us a good and
author
Richard Levitte
<levitte@openssl.org>
Mon, 8 Jan 2001 21:27:53 +0000
(21:27 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 8 Jan 2001 21:27:53 +0000
(21:27 +0000)
quick answer, take that one first.
e_os.h
patch
|
blob
|
history
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/u
random"
+#define DEVRANDOM "/dev/
urandom","/dev/random","/dev/s
random"
#endif
#if defined(__MWERKS__) && defined(macintosh)