]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
- update NEWS.md
authorsashan <anedvedicky@gmail.com>
Mon, 15 Dec 2025 10:34:13 +0000 (11:34 +0100)
committerNeil Horman <nhorman@openssl.org>
Fri, 19 Dec 2025 17:02:25 +0000 (12:02 -0500)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29385)

NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 86869a8114212e16d0d3cbe4f78f61c08b4dc61f..e95e94ed2cacb305f5e7112b39243920134a6469 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -29,6 +29,8 @@ OpenSSL 4.0
 
   * The script tool `c_rehash` was removed. Use `openssl rehash` instead.
 
+  * OPENSSL_cleanup() no longer invoked as atexit(3) handler by default.
+
   * ENGINE support was removed. The `no-engine` build option and the
    `OPENSSL_NO_ENGINE` macro is always present.