summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-02-15 18:19:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-02-15 18:19:35 +0000
commitdd1e3bd8d4b735456bd1dd1d7a42cb4d44bd921b (patch)
tree2f41f5e9ee970c9b37fe628e684943190e6a53be /util/mk1mf.pl
parentc55fef76f77aa54e85ca534785b2b19cebbe940c (diff)
recognise multiblock
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 7c2bfdf70f..0f23854c44 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1227,6 +1227,7 @@ sub read_options
"no-ssl-trace" => 0,
"no-dane" => 0,
"no-libunbound" => 0,
+ "no-multiblock" => 0,
"fips" => \$fips
);