summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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
/********************************************************************