From 46160e6fb957a3f4141c13cba75d03c05b240968 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 16 Jul 2019 12:54:24 -0400 Subject: Deprecate SYSerr, add new FUNCerr macro Reviewed-by: Tomas Mraz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9072) --- CHANGES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index a5e345108c..e517aceba9 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,10 @@ Changes between 1.1.1 and 3.0.0 [xx XXX xxxx] + *) Added a new FUNCerr() macro that takes a function name. + The macro SYSerr() is deprecated. + [Rich Salz] + *) {CRYPTO,OPENSSL}_mem_debug_{push,pop} are now no-ops and have been deprecated. [Rich Salz] @@ -45,10 +49,6 @@ *) Support SM2 signing and verification schemes with X509 certificate. [Paul Yang] - *) The macro SYSerr() was changed to take a function name, not - a numeric value; the SYS_F_xxx defines were removed. - [Rich Salz] - *) Use SHA256 as the default digest for TS query in the ts app. [Tomas Mraz] -- cgit v1.2.3