aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-07-21 15:17:04 +0000
committerBodo Möller <bodo@openssl.org>2000-07-21 15:17:04 +0000
commitfa729135d8833d4e2a3429b47957a1c8f09affbf (patch)
treef776ef9c7ddb255e1aba78e5c67b496042f85324
parentb436a98257986c0026469487f6e7ec44c9e4825a (diff)
downloadopenssl-fa729135d8833d4e2a3429b47957a1c8f09affbf.tar.gz
crypto/err.c bugfix
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 30ac5d764f..16b9c6bb7a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) crypto/err.c locking bugfix: Use write locks (CRYPTO_w_[un]lock),
+ not read locks (CRYPTO_r_[un]lock).
+ [Bodo Moeller]
+
*) A first attempt at creating official support for shared
libraries through configuration. I've kept it so the
default is static libraries only, and the OpenSSL programs