From: Bodo Möller Date: Thu, 8 Jun 2000 15:01:14 +0000 (+0000) Subject: Add entry that Richard forgot. X-Git-Tag: OpenSSL-engine-0_9_6-beta1~21^2~81 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=947b3b8bafb2266410610ff17964c5b42a407846;ds=sidebyside Add entry that Richard forgot. --- diff --git a/CHANGES b/CHANGES index f9487e95b3..28c8d49cf4 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,14 @@ Changes between 0.9.5a and 0.9.6 [xx XXX 2000] + *) Rename memory handling macros to avoid conflicts with other + software: + Malloc => OPENSSL_malloc + Malloc_locked => OPENSSL_malloc_locked + Realloc => OPENSSL_realloc + Free => OPENSSL_free + [Richard Levitte] + *) New function BN_mod_exp_mont_word for small bases (roughly 15-20% faster than BN_mod_exp_mont). [Bodo Moeller]