aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-08 14:07:40 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-08 14:07:40 +0100
commitf18ce934889a36db42b7988e8acca9ac4f23299f (patch)
tree9ec98ff3d9dca607159551190567928a3e29b111 /util
parent54bb8f74bd3931f801472e86c481c80f868c2b91 (diff)
downloadopenssl-f18ce934889a36db42b7988e8acca9ac4f23299f.zip
openssl-f18ce934889a36db42b7988e8acca9ac4f23299f.tar.gz
openssl-f18ce934889a36db42b7988e8acca9ac4f23299f.tar.bz2
Make mk1mf recognise the --classic flag
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
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,