diff --git a/CHANGES b/CHANGES index 62c31cbdfd7cb84e76123c64e79c0312d1ff5174..97cbdd9fff2058020ee8eed6fb19a1eef80ed378 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]