More prototypes.

This commit is contained in:
Ben Laurie 1999-01-16 18:46:23 +00:00
parent f06b01eb62
commit c3ae9a4851

View File

@ -5,6 +5,9 @@
Changes between 0.9.1c and 0.9.2
*) Add prototypes to SSL methods. Make SSL_write's buffer const, at last.
[Ben Laurie]
*) 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]