]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add a CHANGES.md entry
authorBob Beck <beck@openssl.org>
Tue, 28 Apr 2026 16:08:29 +0000 (10:08 -0600)
committerNorbert Pocs <norbertp@openssl.org>
Wed, 6 May 2026 11:35:41 +0000 (13:35 +0200)
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Wed May  6 11:36:09 2026
(Merged from https://github.com/openssl/openssl/pull/31001)

CHANGES.md

index e8c2167746012399470c9b26bda6b22108791cff..a1ecdccfa45a9bc7b487f20ea5eb472633bed8d6 100644 (file)
@@ -49,6 +49,15 @@ OpenSSL Releases
 
    *Tong Li*
 
+ *  Header files in OpenSSL are being changed to reflect modern development
+    practices - Include files should all be guarded for inclusion by a define
+    and must be self contained, meaning they include all dependencies they need
+    to compile on their own. Headers have been changed to include guards and
+    to include the dependencies they require.  Doing this will help the
+    future use of more modern tooling.
+
+    *Bob Beck*
+
  * `EVP_CIPHER_CTX_get_num()` and `EVP_CIPHER_CTX_set_num()' have been deprecated.
 
    Refer to ossl-migration-guide(7) for more info.