Fix parameters to dummy function BN_ref_mod_exp().

This commit is contained in:
Dr. Stephen Henson
1999-01-14 18:25:07 +00:00
parent 27eb622b78
commit ee13f9b165
2 changed files with 7 additions and 2 deletions

View File

@@ -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>]