From: Bodo Möller Date: Tue, 26 Oct 1999 11:27:42 +0000 (+0000) Subject: Warn about RANDFILE being overwritten. X-Git-Tag: OpenSSL_0_9_5beta1~463 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=847c52e47f76250d0a6f5c216395a72c1a8f35d6;hp=99e87569fdac147e63f54e23901d2eaff67bdf72 Warn about RANDFILE being overwritten. --- 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;