Split a CHANGES entry so that one of the halves matches the
authorBodo Möller <bodo@openssl.org>
Wed, 20 Dec 2000 10:09:08 +0000 (10:09 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 20 Dec 2000 10:09:08 +0000 (10:09 +0000)
corresponding new entry in the OpenSSL_0_9_6-stable branch.

CHANGES

diff --git a/CHANGES b/CHANGES
index b08201245e3c3533fbd25ea6748f43812594f347..e088fadcba2b8408c52299e4681d38ab7ce7d3ac 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      entries for variables.
      [Steve Henson]
 
+  *) Fix a deadlock in CRYPTO_mem_leaks().
+     [Bodo Moeller]
+
   *) Add functionality to apps/openssl.c for detecting locking
      problems: As the program is single-threaded, all we have
      to do is register a locking callback using an array for
      storing which locks are currently held by the program.
-
-     Fix a deadlock in CRYPTO_mem_leaks() that was detected in
-     apps/openssl.c.
      [Bodo Moeller]
 
   *) Use a lock around the call to CRYPTO_get_ex_new_index() in