From 3c90534830fdb0cc0e790dd1d5fa2a90e1375e87 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 1 Aug 2019 12:03:57 +0200 Subject: [PATCH] Document the deprecation of ERR_STATE and ERR_get_state() Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/9462) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 7b325171fb..65b344efe4 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,11 @@ Changes between 1.1.1 and 3.0.0 [xx XXX xxxx] + *) Deprecated the public definition of ERR_STATE as well as the function + ERR_get_state(). This is done in preparation of making ERR_STATE an + opaque type. + [Richard Levitte] + *) Added ERR functionality to give callers access to the stored function names that have replaced the older function code based functions. -- 2.25.1