Correct the order of the changes.

This commit is contained in:
Richard Levitte 2001-11-14 07:23:45 +00:00
parent ab665f4a7e
commit e3f47ba87f

14
CHANGES
View file

@ -4,6 +4,13 @@
Changes between 0.9.6b and 0.9.6c [XX xxx XXXX]
*) Add configuration option to build on Linux on both big-endian and
little-endian MIPS.
[Ralf Baechle <ralf@uni-koblenz.de>]
*) Add the possibility to create shared libraries on HP-UX
[Richard Levitte]
*) [In 0.9.6c-engine release:]
Add support for Broadcom crypto accelerator cards, backported
from 0.9.7.
@ -560,13 +567,6 @@
be changed again when we can guarantee backward binary compatibility.
[Richard Levitte]
*) Add configuration option to build on Linux on both big-endian and
little-endian MIPS.
[Ralf Baechle <ralf@uni-koblenz.de>]
*) Add the possibility to create shared libraries on HP-UX
[Richard Levitte]
*) Fix typo in get_cert_by_subject() in by_dir.c
[Jean-Marc Desperrier <jean-marc.desperrier@certplus.com>]