summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-12 17:38:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-12 17:38:40 +0000
commit36246be9151adf1049d62f1261f87f9e3719afac (patch)
tree458f217de8be3d696ec22af48572c62877862411 /util/mk1mf.pl
parentc9a90645a5bd683e4f26895101e7a57a79a81058 (diff)
Make no-ec2m work on Win32 build. Add nexprotoneg support too.
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index b01acf2bbe..24898a4227 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -284,6 +284,7 @@ $cflags.=" -DOPENSSL_NO_ENGINE" if $no_engine;
$cflags.=" -DOPENSSL_NO_HW" if $no_hw;
$cflags.=" -DOPENSSL_FIPS" if $fips;
$cflags.=" -DOPENSSL_NO_JPAKE" if $no_jpake;
+$cflags.=" -DOPENSSL_NO_EC2M" if $no_ec2m;
$cflags.= " -DZLIB" if $zlib_opt;
$cflags.= " -DZLIB_SHARED" if $zlib_opt == 2;
@@ -1299,6 +1300,7 @@ sub read_options
"no-tlsext" => \$no_tlsext,
"no-cms" => \$no_cms,
"no-jpake" => \$no_jpake,
+ "no-ec2m" => \$no_ec2m,
"no-err" => \$no_err,
"no-sock" => \$no_sock,
"no-krb5" => \$no_krb5,