aboutsummaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-12-08 14:19:26 +0000
committerMatt Caswell <matt@openssl.org>2015-01-28 10:39:15 +0000
commitdc0e9a35fa89c262833d6b498108acc58a70bdcb (patch)
tree5806aa2129b89672b3f637f02ca5b8701f714d5d /util/mk1mf.pl
parent488ede07bd9d2a2d3f63851eb28204c9ee998cf9 (diff)
downloadopenssl-dc0e9a35fa89c262833d6b498108acc58a70bdcb.tar.gz
Fix no-ocb for Windows
Reviewed-by: Tim Hudson <tjh@openssl.org>
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 5424ed543c..01329b74ef 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1457,6 +1457,7 @@ sub read_options
"no-ssl-trace" => 0,
"no-unit-test" => 0,
"no-deprecated" => 0,
+ "no-ocb" => 0,
"fips" => \$fips,
"fipscanisterbuild" => [\$fips, \$fipscanisterbuild],
"fipscanisteronly" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly],