projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a25ec7
)
Document in CHANGES that config now recognises 64-bit mingw
author
Richard Levitte
<levitte@openssl.org>
Mon, 13 Mar 2017 12:20:55 +0000
(13:20 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 13 Mar 2017 15:10:09 +0000
(16:10 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2917)
(cherry picked from commit
b1fa4031feb94e1406f3bd2ba0f771e48d0407b5
)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index eaa5e5d0c4393e90e48550aedb28b65c4050bb84..6446b9c406518d1cf1f7b7ae51f85150fd470b24 100644
(file)
--- 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.