[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Mar 8 13:23:12 UTC 2016


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


- Log -----------------------------------------------------------------
commit f18ce934889a36db42b7988e8acca9ac4f23299f
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Mar 8 14:07:40 2016 +0100

    Make mk1mf recognise the --classic flag
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

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

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,


More information about the openssl-commits mailing list