mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
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:
parent
7abe830501
commit
0ac87024e3
6
CHANGES
6
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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user