Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-13 10:30:59 +0300
committerRichard Levitte <levitte@openssl.org>2002-12-13 10:30:59 +0300
commit04c71cd7256f9652d71d576afa93b877f335ff2b (patch)
tree125a45b319486d236babc9a52ab29b811bd6dbac /CHANGES
parentd64b16ab252f1e3a31042be12a54500feca13ff1 (diff)
OK, there's at least one application author who has provided dynamic locking
callbacks
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 84683d2b9e..e5abe9116a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,8 +5,8 @@
Changes between 0.9.6h and 0.9.7 [XX xxx 2002]
*) The hw_ncipher.c engine requires dynamic locks. Unfortunately, it
- seems that in spite of existing for more than a year, no application
- author has done anything to provide the necessary callbacks, which
+ seems that in spite of existing for more than a year, many application
+ author have done nothing to provide the necessary callbacks, which
means that this particular engine will not work properly anywhere.
This is a very unfortunate situation which forces us, in the name
of usability, to give the hw_ncipher.c a static lock, which is part