From 6ee2a1365e6a65f54f7c36a29cd33075b708c2f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 4 Sep 2001 11:13:01 +0000 Subject: [PATCH] CHANGES should list all API changes relevant for applications (here: X509_STORE_CTX_init()) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index c96cbd857a..d7195d9007 100644 --- a/CHANGES +++ b/CHANGES @@ -55,6 +55,10 @@ to it. Application code that doesn't use this new function will still leak as before, but their memory debugging output will announce it now rather than letting it slide. + + Besides the addition of CRYPTO_cleanup_all_ex_data(), another API change + induced by the "ex_data" overhaul is that X509_STORE_CTX_init() now + has a return value to indicate success or failure. [Geoff Thorpe] +) Make it possible to replace the underlying "ERR" functions such that the -- 2.34.1