From: Dr. Stephen Henson Date: Sun, 1 Dec 2013 23:12:27 +0000 (+0000) Subject: Recongnise no-dane and no-libunbound X-Git-Tag: OpenSSL_1_0_2-beta1~147 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81b6dfe40df67c68535a8a7830fad8dfabb805e8;p=oweals%2Fopenssl.git Recongnise no-dane and no-libunbound --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index a4adec5279..7c2bfdf70f 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -1225,6 +1225,8 @@ sub read_options "no-zlib" => 0, "no-zlib-dynamic" => 0, "no-ssl-trace" => 0, + "no-dane" => 0, + "no-libunbound" => 0, "fips" => \$fips );