diff options
-rw-r--r-- | src/lib/libssl/src/e_os.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/e_os.h b/src/lib/libssl/src/e_os.h index 58934d1be1..07f039f71c 100644 --- a/src/lib/libssl/src/e_os.h +++ b/src/lib/libssl/src/e_os.h | |||
@@ -78,8 +78,8 @@ extern "C" { | |||
78 | 78 | ||
79 | #ifndef DEVRANDOM | 79 | #ifndef DEVRANDOM |
80 | /* set this to your 'random' device if you have one. | 80 | /* set this to your 'random' device if you have one. |
81 | * My default, we will try to read this file */ | 81 | * By default, we will try to read this file */ |
82 | #define DEVRANDOM "/dev/urandom" | 82 | #define DEVRANDOM "/dev/arandom" |
83 | #endif | 83 | #endif |
84 | 84 | ||
85 | /******************************************************************** | 85 | /******************************************************************** |