summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-08-01 12:03:57 +0200
committerRichard Levitte <levitte@openssl.org>2019-09-12 18:34:36 +0200
commit3c90534830fdb0cc0e790dd1d5fa2a90e1375e87 (patch)
treed28de174b70a3b6bc5ec92ddf1e2635eaacd16ec /CHANGES
parente5d4233fbd07eac52227c7ec5f479a46f15914bf (diff)
downloadopenssl-new-3c90534830fdb0cc0e790dd1d5fa2a90e1375e87.tar.gz
Document the deprecation of ERR_STATE and ERR_get_state()
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9462)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
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.