]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Mention removed ERR macros in changelog
authordannyward630 <djwarding888@gmail.com>
Thu, 18 Jun 2026 17:42:34 +0000 (19:42 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Thu, 25 Jun 2026 16:37:50 +0000 (18:37 +0200)
Update the existing 4.0.0 changelog entry for the ERR state cleanup to list the removed ERR_FLAG_MARK, ERR_FLAG_CLEAR, and ERR_NUM_ERRORS macros.

Fixes #31056

CLA: trivial

Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Thu Jun 25 16:37:57 2026
(Merged from https://github.com/openssl/openssl/pull/31598)

CHANGES.md

index 671e700a72624a973ff2d861e7e4e23ad3963d14..ea505a94e5260adf4134fa7353e48d550a2b12a1 100644 (file)
@@ -1273,7 +1273,9 @@ OpenSSL 4.0
    *Tomáš Mráz*
 
  * Removed deprecated functions `ERR_get_state()`, `ERR_remove_state()`
-   and `ERR_remove_thread_state()`. The `ERR_STATE` object is now always opaque.
+   and `ERR_remove_thread_state()`, as well as the `ERR_FLAG_MARK`,
+   `ERR_FLAG_CLEAR` and `ERR_NUM_ERRORS` macros. The `ERR_STATE` object is now
+   always opaque.
    <!-- https://github.com/openssl/openssl/pull/30005 -->
 
    *Tomáš Mráz*