From e342f396142331aa58187afa441581590bc80af9 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 13 Mar 2017 13:20:55 +0100 Subject: [PATCH] Document in CHANGES that config now recognises 64-bit mingw Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2917) (cherry picked from commit b1fa4031feb94e1406f3bd2ba0f771e48d0407b5) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index eaa5e5d0c4..6446b9c406 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ *) + *) Have 'config' recognise 64-bit mingw and choose 'mingw64' as the target + platform rather than 'mingw'. + [Richard Levitte] + *) Remove the VMS-specific reimplementation of gmtime from crypto/o_times.c. VMS C's RTL has a fully up to date gmtime() and gmtime_r() since V7.1, which is the minimum version we support. -- 2.25.1