The branch master has been updated
       via  f18ce934889a36db42b7988e8acca9ac4f23299f (commit)
      from  54bb8f74bd3931f801472e86c481c80f868c2b91 (commit)


- Log -----------------------------------------------------------------
commit f18ce934889a36db42b7988e8acca9ac4f23299f
Author: Richard Levitte <[email protected]>
Date:   Tue Mar 8 14:07:40 2016 +0100

    Make mk1mf recognise the --classic flag
    
    Reviewed-by: Matt Caswell <[email protected]>

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

Summary of changes:
 util/mk1mf.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 4fb3a53..a68cb73 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1416,6 +1416,7 @@ sub read_options
                "gcc" => \$gcc,
                "debug" => \$debug,
                "--debug" => \$debug,
+               "--classic" => 0,
                "profile" => \$profile,
                "shlib" => \$shlib,
                "dll" => \$shlib,
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to