[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Mar 17 20:35:39 UTC 2016


The branch master has been updated
       via  014267f68ce98cfe61df4574552043fbbd144a1f (commit)
      from  dc8941f031ce4c25cdf548ddbfae64c081078f6c (commit)


- Log -----------------------------------------------------------------
commit 014267f68ce98cfe61df4574552043fbbd144a1f
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Mar 17 18:38:05 2016 +0100

    Disallow --classic for Windows
    
    With all the config changes, mk1mf is broken on Windows.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

Summary of changes:
 Configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configure b/Configure
index 87a46a9..0972cfe 100755
--- a/Configure
+++ b/Configure
@@ -901,7 +901,7 @@ if ($target{build_scheme}->[0] eq "unified" && $classic) {
         if $srcdir ne $blddir;
 
     $target{build_scheme} = { unix    => [ "unixmake" ],
-                              windows => [ "mk1mf", $target{build_scheme}->[2] ],
+                              windows => undef,
                               VMS     => undef } -> {$target{build_scheme}->[1]};
 
     die "Classic mode unavailable on this platform\n"


More information about the openssl-commits mailing list