summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-03-13 13:20:55 +0100
committerRichard Levitte <levitte@openssl.org>2017-03-13 16:10:09 +0100
commite342f396142331aa58187afa441581590bc80af9 (patch)
treef19febe97c598b4b3666fcffa6bf4dd76976aeeb
parent1a25ec7379a33cd8051d373e47043172ce2ad0b9 (diff)
Document in CHANGES that config now recognises 64-bit mingw
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2917) (cherry picked from commit b1fa4031feb94e1406f3bd2ba0f771e48d0407b5)
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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.