Recongnise no-dane and no-libunbound
authorDr. Stephen Henson <steve@openssl.org>
Sun, 1 Dec 2013 23:12:27 +0000 (23:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 1 Dec 2013 23:12:27 +0000 (23:12 +0000)
util/mk1mf.pl

index a4adec5279a2326daa2187f4d3ff3776b4495d88..7c2bfdf70f35f5ec7f0be4a32120a108da91fcce 100755 (executable)
@@ -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
                );