It was a small change, but it *could* conceivably affect people - so I'm

making a note in the CHANGES file.
This commit is contained in:
Geoff Thorpe 2000-11-26 18:39:27 +00:00
parent 7abe830501
commit 0ac87024e3

View File

@ -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]