summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1999-10-06 15:17:03 +0000
committerBob Beck <beck@cvs.openbsd.org>1999-10-06 15:17:03 +0000
commit69f372a6749fbad2efadc581dec97e4cded7be9d (patch)
tree3a6a8dc5e7de1eb2f19d337b8e353c2b6da3de8b /lib
parent5e9225b5720c4af1ae910249c95b2e940b953a39 (diff)
use /dev/arandom by default
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/src/e_os.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/e_os.h b/lib/libssl/src/e_os.h
index 58934d1be10..07f039f71c6 100644
--- a/lib/libssl/src/e_os.h
+++ b/lib/libssl/src/e_os.h
@@ -78,8 +78,8 @@ 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"
+ * By default, we will try to read this file */
+#define DEVRANDOM "/dev/arandom"
#endif
/********************************************************************