summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rand/randfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rand/randfile.c')
-rw-r--r--src/lib/libcrypto/rand/randfile.c2
1 files changed, 1 insertions, 1 deletions
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 @@
74#define BUFSIZE 1024 74#define BUFSIZE 1024
75#define RAND_DATA 1024 75#define RAND_DATA 1024
76 76
77/* #define RFILE ".rnd" - defined in ../../e_os.h */ 77#define RFILE ".rnd"
78 78
79/* Note that these functions are intended for seed files only. 79/* Note that these functions are intended for seed files only.
80 * Entropy devices and EGD sockets are handled in rand_unix.c */ 80 * Entropy devices and EGD sockets are handled in rand_unix.c */