aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-01-14 18:25:07 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-01-14 18:25:07 +0000
commitee13f9b165362fc5135e83fcb0d9b89e5d4af73c (patch)
tree6f2497fba5a64592b57f5c46e6e1af16a5523f50 /CHANGES
parent27eb622b78b653a22f6f081944e0db6e19db2810 (diff)
downloadopenssl-ee13f9b165362fc5135e83fcb0d9b89e5d4af73c.tar.gz
Fix parameters to dummy function BN_ref_mod_exp().
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9074769594..62c31cbdfd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
Changes between 0.9.1c and 0.9.2
+ *) Fix the dummy function BN_ref_mod_exp() in rsaref.c to have the correct
+ parameters. This was causing a warning which killed off the Win32 compile.
+ [Steve Henson]
+
*) Remove C++ style comments from crypto/bn/bn_local.h.
[Neil Costigan <neil.costigan@celocom.com>]