From: Richard Levitte Date: Thu, 3 Dec 2020 10:36:26 +0000 (+0100) Subject: CHANGES: Move misplaced change item X-Git-Tag: OpenSSL_1_1_1i~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad93e8014533f78aa5b0f3385954e164e72d8fa;p=thirdparty%2Fopenssl.git CHANGES: Move misplaced change item Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/13605) --- diff --git a/CHANGES b/CHANGES index 044108d0364..ff01d65b7ec 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()