From: Ulf Möller Date: Thu, 27 Apr 2000 15:06:26 +0000 (+0000) Subject: Submitted by: X-Git-Tag: OpenSSL_0_9_5~48 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=3973628ea6b77f8a337430aabf15f3961533dd3b Submitted by: Reviewed by: PR: --- diff --git a/CHANGES b/CHANGES index 71587e2494..0e8a4c6669 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ Changes between 0.9.5a and 0.9.6 [xx XXX 2000] + *) Bugfix for linux-elf makefile.one. + [Ulf Möller] + *) RSA_get_default_method() will now cause a default RSA_METHOD to be chosen if one doesn't exist already. Previously this was only set during a call to RSA_new()