From: Richard Levitte Date: Thu, 22 Jun 2000 21:17:46 +0000 (+0000) Subject: Document the change in req. X-Git-Tag: OpenSSL-engine-0_9_6-beta1~21^2~28 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=1023b1220ee4f25ff424fa018d7420b668958a3e;ds=sidebyside Document the change in req. --- diff --git a/CHANGES b/CHANGES index 73ef0b4de6..c7ef883dbb 100644 --- a/CHANGES +++ b/CHANGES @@ -5,8 +5,9 @@ Changes between 0.9.5a and 0.9.6 [xx XXX 2000] *) Addition of the command line parameter '-rand file' to 'openssl req'. - The given file takes precedence over the RANDFILE option in the - configuration file. + The given file adds to whatever has already been seeded into the + random pool through the RANDFILE configuration file option or + environment variable, or the default random state file. [Richard Levitte] *) mkstack.pl now sorts each macro group into lexical order.