aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-03-08 17:00:09 +0000
committerUlf Möller <ulf@openssl.org>2001-03-08 17:00:09 +0000
commitbd9e2e4c53803d04f0322c41cc76eaaf095bcafb (patch)
tree6c0f67d7cd0cb2e3747463356ab1e67a56619708
parentff612904d277b6e4f8118913e1278a1afc75e073 (diff)
downloadopenssl-bd9e2e4c53803d04f0322c41cc76eaaf095bcafb.tar.gz
note the rand_win.c change
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
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 <jeremy@baymoo.org>]
+
*) Hide BN_CTX structure details in bn_lcl.h instead of publishing them
in <openssl/bn.h>. Also further increase BN_CTX_NUM to 24.
[Bodo Moeller]