diff options
author | Richard Levitte <levitte@openssl.org> | 2017-03-13 13:20:55 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-03-13 13:20:55 +0100 |
commit | b1fa4031feb94e1406f3bd2ba0f771e48d0407b5 (patch) | |
tree | 09c01ab6736365784b429a37984958044aac0690 /CHANGES | |
parent | Recognise mingw64 in config script (diff) | |
download | openssl-b1fa4031feb94e1406f3bd2ba0f771e48d0407b5.tar.xz openssl-b1fa4031feb94e1406f3bd2ba0f771e48d0407b5.zip |
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)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Changes between 1.1.0e and 1.1.1 [xx XXX xxxx] + *) Have 'config' recognise 64-bit mingw and choose 'mingw64' as the target + platform rather than 'mingw'. + [Richard Levitte] + *) x86_64 assembly pack: annotate code with DWARF CFI directives to facilitate stack unwinding even from assembly subroutines. [Andy Polyakov] |