From 7df9388338278530cd5ea578d2162e607eead31d Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 18 Apr 2014 11:31:16 +0000 Subject: define RFILE only in the file that needs it --- src/lib/libcrypto/rand/randfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/rand/randfile.c b/src/lib/libcrypto/rand/randfile.c index 9ba103369f..c47d1f7224 100644 --- a/src/lib/libcrypto/rand/randfile.c +++ b/src/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 */ -- cgit v1.2.3-55-g6feb