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:
b7dffce
)
When using no-dtls create OPENSSL_NO_DTLS
author
Kurt Roeckx
<kurt@roeckx.be>
Sun, 27 Mar 2016 22:31:23 +0000
(
00:31
+0200)
committer
Kurt Roeckx
<kurt@roeckx.be>
Sun, 27 Mar 2016 23:12:43 +0000
(
01:12
+0200)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
MR: #2452
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index d303a14ff20310832db87c76b87b7cbda8773e3f..d8064d1564d59e883642afe413b077353d27980f 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-549,6
+549,7
@@
foreach (@argvcopy)
{
$disabled{$proto} = "option(dtls)";
}
+ $disabled{"dtls"} = "option(dtls)";
}
elsif ($1 eq "ssl")
{