summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-18 11:31:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-18 11:31:17 +0000
commitf0aca4f46212a12a31939879e75704c146ae192b (patch)
tree5daecd7703e544f42816693c020100cbd5c427e2 /lib/libcrypto
parent4fc9ea51b2363c58d06751e9f56ce8f7e35d73fb (diff)
define RFILE only in the file that needs it
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/rand/randfile.c2
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 */