From: sashan Date: Mon, 15 Dec 2025 10:34:13 +0000 (+0100) Subject: - update NEWS.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85773d519ae8d7157bb9f3a7a31b19956754fba6;p=thirdparty%2Fopenssl.git - update NEWS.md Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/29385) --- diff --git a/NEWS.md b/NEWS.md index 86869a81142..e95e94ed2ca 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.