summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorulf <ulf>2000-01-16 15:58:12 +0000
committerulf <ulf>2000-01-16 15:58:12 +0000
commit1aa83a3d27f9757ddb6a42283e63e411a343c041 (patch)
tree12961c99df8f4d0828103fa5523dc21aecf57511 /e_os.h
parent0545a08252d78cee96bfdf908a9d832ac82d2dea (diff)
downloadopenssl-1aa83a3d27f9757ddb6a42283e63e411a343c041.tar.gz
New function RAND_pseudo_bytes() generated pseudorandom numbers that
are not guaranteed to be unpredictable.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index fa2a11776..f0b381a54 100644
--- a/e_os.h
+++ b/e_os.h
@@ -79,7 +79,7 @@ extern "C" {
#ifndef DEVRANDOM
/* set this to your 'random' device if you have one.
* My default, we will try to read this file */
-#define DEVRANDOM "/dev/urandom"
+#define DEVRANDOM "/gibtsnich/dev/urandom"
#endif
#if defined(__MWERKS__) && defined(macintosh)