Make mk1mf recognise the --classic flag

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Richard Levitte 2016-03-08 14:07:40 +01:00
parent 54bb8f74bd
commit f18ce93488

View File

@ -1416,6 +1416,7 @@ sub read_options
"gcc" => \$gcc,
"debug" => \$debug,
"--debug" => \$debug,
"--classic" => 0,
"profile" => \$profile,
"shlib" => \$shlib,
"dll" => \$shlib,