Commit 85773d519a for openssl.org
commit 85773d519ae8d7157bb9f3a7a31b19956754fba6
Author: sashan <anedvedicky@gmail.com>
Date: Mon Dec 15 11:34:13 2025 +0100
- update NEWS.md
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29385)
diff --git a/NEWS.md b/NEWS.md
index 86869a8114..e95e94ed2c 100644
--- 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.