From: Geoff Thorpe Date: Wed, 29 Nov 2000 20:02:00 +0000 (+0000) Subject: Amend the original CHANGES log entry. The ex_data handling has been X-Git-Tag: OpenSSL_0_9_6a-beta1~107^2~108 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=ef8b601789258de1828422836339facda82f5fb8 Amend the original CHANGES log entry. The ex_data handling has been similarly modified now on DH and DSA. --- diff --git a/CHANGES b/CHANGES index 684280d835..889d205d70 100644 --- a/CHANGES +++ b/CHANGES @@ -42,10 +42,10 @@ BN_is_one(), and BN_is_word(). [Bodo Moeller] - *) Initialise "ex_data" member of an RSA structure prior to calling the - method-specific "init()" handler, and clean up ex_data after calling - the method-specific "finish()" handler. Previously, this was happening - the other way round. + *) Initialise "ex_data" member of RSA/DSA/DH structures prior to calling + the method-specific "init()" handler. Also clean up ex_data after + calling the method-specific "finish()" handler. Previously, this was + happening the other way round. [Geoff Thorpe] *) New function BN_swap.