diff options
author | 2014-04-15 17:11:21 +0000 | |
---|---|---|
committer | 2014-04-15 17:11:21 +0000 | |
commit | 3d5a4d412be37d75165a8b4335f082bf01588027 (patch) | |
tree | aaae4dd3e3438ecbdadff693bec847599dd1472d /lib/libssl/src | |
parent | Remove VMS code. (diff) | |
download | wireguard-openbsd-3d5a4d412be37d75165a8b4335f082bf01588027.tar.xz wireguard-openbsd-3d5a4d412be37d75165a8b4335f082bf01588027.zip |
No need to define DEVRANDOM and DEVRANDOM_EGD any longer.
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/e_os.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libssl/src/e_os.h b/lib/libssl/src/e_os.h index 047aa2a94da..b9278c9e7e1 100644 --- a/lib/libssl/src/e_os.h +++ b/lib/libssl/src/e_os.h @@ -76,18 +76,6 @@ extern "C" { #define REF_PRINT(a,b) fprintf(stderr,"%08X:%4d:%s\n",(int)b,b->references,a) #endif -#ifndef DEVRANDOM -/* set this to a comma-separated list of 'random' device files to try out. - * My default, we will try to read at least one of these files */ -#define DEVRANDOM "/dev/urandom","/dev/random","/dev/srandom" -#endif -#ifndef DEVRANDOM_EGD -/* set this to a comma-seperated list of 'egd' sockets to try out. These - * sockets will be tried in the order listed in case accessing the device files - * listed in DEVRANDOM did not return enough entropy. */ -#define DEVRANDOM_EGD "/var/run/egd-pool","/dev/egd-pool","/etc/egd-pool","/etc/entropy" -#endif - # include <unistd.h> # include <sys/types.h> # define OPENSSL_CONF "openssl.cnf" |