From 0ac87024e310c05e705bf48fbda8f1f53a8f1936 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Sun, 26 Nov 2000 18:39:27 +0000 Subject: [PATCH] It was a small change, but it *could* conceivably affect people - so I'm making a note in the CHANGES file. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 21b1e6fc59..0e2c98d185 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,12 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + *) 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. + [Geoff Thorpe] + *) New function BN_swap. [Bodo Moeller]