projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc35b8e
)
Recongnise no-dane and no-libunbound
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 1 Dec 2013 23:12:27 +0000
(23:12 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 1 Dec 2013 23:12:27 +0000
(23:12 +0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index a4adec5279a2326daa2187f4d3ff3776b4495d88..7c2bfdf70f35f5ec7f0be4a32120a108da91fcce 100755
(executable)
--- 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
);