diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-18 11:31:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-18 11:31:17 +0000 |
commit | f0aca4f46212a12a31939879e75704c146ae192b (patch) | |
tree | 5daecd7703e544f42816693c020100cbd5c427e2 /lib/libcrypto | |
parent | 4fc9ea51b2363c58d06751e9f56ce8f7e35d73fb (diff) |
define RFILE only in the file that needs it
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/rand/randfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/rand/randfile.c b/lib/libcrypto/rand/randfile.c index 9ba103369fa..c47d1f72241 100644 --- a/lib/libcrypto/rand/randfile.c +++ b/lib/libcrypto/rand/randfile.c @@ -74,7 +74,7 @@ #define BUFSIZE 1024 #define RAND_DATA 1024 -/* #define RFILE ".rnd" - defined in ../../e_os.h */ +#define RFILE ".rnd" /* Note that these functions are intended for seed files only. * Entropy devices and EGD sockets are handled in rand_unix.c */ |