From: Geoff Thorpe Date: Mon, 4 Dec 2000 03:35:35 +0000 (+0000) Subject: Make a note of the LHASH changes. X-Git-Tag: OpenSSL_0_9_6a-beta1~107^2~50 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=f1919c3df9c791d6279bb5002fd358b4251b8c55 Make a note of the LHASH changes. --- diff --git a/CHANGES b/CHANGES index f1773f7a4e..4685c1478c 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,12 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + *) Changed the LHASH code to use prototypes for callbacks, and created + macros to declare and implement thin (optionally static) functions + that provide type-safety and avoid function pointer casting for the + type-specific callbacks. + [Geoff Thorpe] + *) Use better test patterns in bntest. [Ulf Möller]