aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-30 10:25:45 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-30 10:25:45 +0000
commit20f88b9bd483b9f10690969031029a7ebc031d7c (patch)
tree69934442655e1270afa2f0aa06d365772112f5c9 /CHANGES
parent25439b76adb66fe0ce6e012a9af1e1ce969a1479 (diff)
downloadopenssl-20f88b9bd483b9f10690969031029a7ebc031d7c.tar.gz
Changes to c_zlib.c to make ZLIB.DLL dynamically loadable under
Windows. Really, this should probably be done on Unix as well, but that will be a later story...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 525a85e6aa..f7d3caef5b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Have the zlib compression code load ZLIB.DLL dynamically under
+ Windows.
+ [Richard Levitte]
+
*) New function BN_mod_sqrt for computing square roots modulo a prime
(Tonelli-Shanks algorithm).
[Lenka Fibikova <fibikova@exp-math.uni-essen.de>, Bodo Moeller]