Commit 1023b122 authored by Richard Levitte's avatar Richard Levitte
Browse files

Document the change in req.

parent ff4e9d91
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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.