aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-20 10:09:08 +0000
committerBodo Möller <bodo@openssl.org>2000-12-20 10:09:08 +0000
commit1456d1860e0c9f934a5cb0b6fb42cf1255cacd87 (patch)
treeb048fd19b98e6d5b98e9c352223914f9e40e28c1 /CHANGES
parent5755cab49dd5a0d69f69e07c0bd6bdba175308cf (diff)
downloadopenssl-1456d1860e0c9f934a5cb0b6fb42cf1255cacd87.tar.gz
Split a CHANGES entry so that one of the halves matches the
corresponding new entry in the OpenSSL_0_9_6-stable branch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index b08201245e..e088fadcba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,13 +26,13 @@
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