From: Ulf Möller Date: Thu, 8 Mar 2001 17:00:09 +0000 (+0000) Subject: note the rand_win.c change X-Git-Tag: OpenSSL_0_9_6a-beta2~17^2~51 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bd9e2e4c53803d04f0322c41cc76eaaf095bcafb;p=oweals%2Fopenssl.git note the rand_win.c change --- diff --git a/CHANGES b/CHANGES index 4824aeee8a..b3a6f2f40f 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,9 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + *) Replace rdtsc with _emit statements for VC++ version 5. + [Jeremy Cooper ] + *) Hide BN_CTX structure details in bn_lcl.h instead of publishing them in . Also further increase BN_CTX_NUM to 24. [Bodo Moeller]