Warn about RANDFILE being overwritten.
authorBodo Möller <bodo@openssl.org>
Tue, 26 Oct 1999 11:27:42 +0000 (11:27 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 26 Oct 1999 11:27:42 +0000 (11:27 +0000)
apps/app_rand.c

index 2f00543d559e711abf1158afb35cc01660f5e2f5..2543a6405721ef5f2fd74864e5c4342f228c0e00 100644 (file)
@@ -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;