From: Richard Levitte Date: Fri, 13 Dec 2002 07:30:53 +0000 (+0000) Subject: OK, there's at least one application author who has provided dynamic locking X-Git-Tag: OpenSSL_0_9_7-beta6~18^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1457874c61f6da4dfe67944b8ae94fcd59bc02e;p=thirdparty%2Fopenssl.git OK, there's at least one application author who has provided dynamic locking callbacks --- diff --git a/CHANGES b/CHANGES index 070cbbe2138..b760f49c188 100644 --- a/CHANGES +++ b/CHANGES @@ -353,8 +353,8 @@ TODO: bug: pad x with leading zeros if necessary 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