From: Ben Laurie Date: Sat, 16 Jan 1999 18:46:23 +0000 (+0000) Subject: More prototypes. X-Git-Tag: OpenSSL_0_9_2b~254 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c3ae9a4851463e083e1b5dd803a286a61f2b784b More prototypes. --- diff --git a/CHANGES b/CHANGES index 62c31cbdfd..97cbdd9fff 100644 --- a/CHANGES +++ b/CHANGES @@ -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]