[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Richard Levitte levitte at openssl.org
Mon Mar 13 09:43:14 UTC 2017


The branch OpenSSL_1_0_2-stable has been updated
       via  c4bfccfff85cea4dd16d701868e0efa9d80384cc (commit)
      from  6a6213556a80ab0a9eb926a1d6023b8bf44f2afd (commit)


- Log -----------------------------------------------------------------
commit c4bfccfff85cea4dd16d701868e0efa9d80384cc
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Mar 13 09:09:43 2017 +0100

    Recognise mingw64 in config script
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2914)

-----------------------------------------------------------------------

Summary of changes:
 config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config b/config
index bba370c..4781bf5 100755
--- a/config
+++ b/config
@@ -848,6 +848,8 @@ case "$GUESSOS" in
 	    options="$options no-asm"
 	fi
 	;;
+  i[3456]86-*-mingw) OUT="mingw" ;;
+  x86_64-*-mingw) OUT="mingw64" ;;
   # these are all covered by the catchall below
   # *-dgux) OUT="dgux" ;;
   mips-sony-newsos4) OUT="newsos4-gcc" ;;


More information about the openssl-commits mailing list