summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-12-03 11:36:26 +0100
committerRichard Levitte <levitte@openssl.org>2020-12-04 12:42:00 +0100
commit6ad93e8014533f78aa5b0f3385954e164e72d8fa (patch)
tree6014623ec041f79fddf7426063c42e38f40eacd1
parent315c47e00bb953abe8892a3c1272289330b29d23 (diff)
downloadopenssl-6ad93e8014533f78aa5b0f3385954e164e72d8fa.tar.gz
CHANGES: Move misplaced change item
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13605)
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 044108d036..ff01d65b7e 100644
--- 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()