summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorbeck <>1999-10-06 15:17:02 +0000
committerbeck <>1999-10-06 15:17:02 +0000
commit9c54e5cc3e944cb8d9cf0c4728960bf5d60bf7ce (patch)
tree1bda0527ec0d8b0608b57cc0f54150c19183291b /src/lib
parente4431e6c4d3d8a378c8a03567bb1fd88feca1afd (diff)
downloadopenbsd-9c54e5cc3e944cb8d9cf0c4728960bf5d60bf7ce.tar.gz
openbsd-9c54e5cc3e944cb8d9cf0c4728960bf5d60bf7ce.tar.bz2
openbsd-9c54e5cc3e944cb8d9cf0c4728960bf5d60bf7ce.zip
use /dev/arandom by default
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/src/e_os.h4
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/********************************************************************