fix order of changes -- if B depends on A, A should be listed
authorBodo Möller <bodo@openssl.org>
Tue, 12 Nov 2002 13:35:27 +0000 (13:35 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 12 Nov 2002 13:35:27 +0000 (13:35 +0000)
after B (reversed 'chronological' order)

CHANGES

diff --git a/CHANGES b/CHANGES
index 68c4d42218ef5e62157fe8b4dc47cde70e0f8f49..6751a6a4da66ebf15cd6bf573f6713b845e5e080 100644 (file)
--- a/CHANGES
+++ b/CHANGES
   *) Avoid filename truncation in cert requests.
      [Ben Laurie (CHATS)]
 
-  *) New OPENSSL_assert() macro (similar to assert(), but enabled
-     unconditionally).
-     [Ben Laurie (CHATS)]
-
   *) Add assertions to check for (supposedly impossible) buffer
      overflows.
      [Ben Laurie (CHATS)]
 
+  *) New OPENSSL_assert() macro (similar to assert(), but enabled
+     unconditionally).
+     [Ben Laurie (CHATS)]
+
   *) Don't cache truncated DNS entries in the local cache (this could
      potentially lead to a spoofing attack).
      [Ben Laurie (CHATS)]