summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-10-26 11:27:42 +0000
committerBodo Möller <bodo@openssl.org>1999-10-26 11:27:42 +0000
commit847c52e47f76250d0a6f5c216395a72c1a8f35d6 (patch)
tree553924152aafd3e503226e4db53189efbf6f61e2 /apps
parent99e87569fdac147e63f54e23901d2eaff67bdf72 (diff)
Warn about RANDFILE being overwritten.
Diffstat (limited to 'apps')
-rw-r--r--apps/app_rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_rand.c b/apps/app_rand.c
index 2f00543d55..2543a64057 100644
--- a/apps/app_rand.c
+++ b/apps/app_rand.c
@@ -140,7 +140,7 @@ int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn)
if (consider_randfile) /* explanation does not apply when a file is explicitly named */
{
BIO_printf(bio_e,"Consider setting the RANDFILE environment variable to point at a file that\n");
- BIO_printf(bio_e,"'random' data can be kept in.\n");
+ BIO_printf(bio_e,"'random' data can be kept in (the file will be overwritten).\n");
}
}
return 0;