From 847c52e47f76250d0a6f5c216395a72c1a8f35d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 26 Oct 1999 11:27:42 +0000 Subject: [PATCH] Warn about RANDFILE being overwritten. --- apps/app_rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1