diff --git a/CHANGES b/CHANGES index 18cb9e7b52..00705a4194 100644 --- a/CHANGES +++ b/CHANGES @@ -232,6 +232,16 @@ a race condition if 0 is a valid thread ID. [Travis Vitek ] + *) Add support for shared libraries under Irix. + [Albert Chin-A-Young ] + + *) Add configuration option to build on Linux on both big-endian and + little-endian MIPS. + [Ralf Baechle ] + + *) Add the possibility to create shared libraries on HP-UX. + [Richard Levitte] + Changes between 0.9.6a and 0.9.6b [9 Jul 2001] *) Change ssleay_rand_bytes (crypto/rand/md_rand.c) @@ -595,16 +605,6 @@ be changed again when we can guarantee backward binary compatibility. [Richard Levitte] - *) Add support for shared libraries under Irix. - [Albert Chin-A-Young ] - - *) Add configuration option to build on Linux on both big-endian and - little-endian MIPS. - [Ralf Baechle ] - - *) 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 ]