]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fixes: 8b6a8a42afaa "Add a CHANGES.md entry"
authorDaniel Kubec <kubec@openssl.foundation>
Tue, 26 May 2026 20:07:34 +0000 (20:07 +0000)
committerNorbert Pocs <norbertp@openssl.org>
Thu, 28 May 2026 14:30:53 +0000 (16:30 +0200)
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Bob Beck <beck@openssl.org>
MergeDate: Thu May 28 14:30:56 2026
(Merged from https://github.com/openssl/openssl/pull/31301)

CHANGES.md

index 17ce78fc38300a220bed1fe786c3f98d612fe329..03c6d760333b761b647fefaa1796a2e54e2d0aa3 100644 (file)
@@ -65,14 +65,14 @@ 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*
+ * 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.