]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CHANGES: Move misplaced change item
authorRichard Levitte <levitte@openssl.org>
Thu, 3 Dec 2020 10:36:26 +0000 (11:36 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 4 Dec 2020 11:42:00 +0000 (12:42 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13605)

CHANGES

diff --git a/CHANGES b/CHANGES
index 044108d03642c52bc0373fd9a0ca2062824bac7a..ff01d65b7ec2241f2ce8363c23475f42bcf09bc2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@
 
  Changes between 1.1.1h and 1.1.1i [xx XXX xxxx]
 
+  *) Add support for Apple Silicon M1 Macs with the darwin64-arm64-cc target.
+     [Stuart Carnie]
+
   *) The security callback, which can be customised by application code, supports
      the security operation SSL_SECOP_TMP_DH. This is defined to take an EVP_PKEY
      in the "other" parameter. In most places this is what is passed. All these
@@ -54,9 +57,6 @@
 
   *) The Oracle Developer Studio compiler will start reporting deprecated APIs
 
-  *) Add support for Apple Silicon M1 Macs with the darwin64-arm64-cc target.
-     [Stuart Carnie]
-
  Changes between 1.1.1f and 1.1.1g [21 Apr 2020]
 
   *) Fixed segmentation fault in SSL_check_chain()