aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2015-12-16 13:25:07 +0000
committerBen Laurie <ben@links.org>2015-12-16 21:31:56 +0000
commita7a14a23a92a6accec3a39e979d377e1ddda2f75 (patch)
tree91797b3a453b82d05c9c9c6b86e1ba48c5bbb63e /Configure
parent7644a9aef8932ed4d1c3f25ed776c997702982be (diff)
downloadopenssl-a7a14a23a92a6accec3a39e979d377e1ddda2f75.tar.gz
Fix no-dgram.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/Configure b/Configure
index cfb11ac3da..592bd771c2 100755
--- a/Configure
+++ b/Configure
@@ -1197,6 +1197,10 @@ if (defined($disabled{"md5"}) || defined($disabled{"sha"})
$disabled{"tls1"} = "forced";
}
+if (defined($disabled{"dgram"}))
+ {
+ $disabled{"dtls"} = "forced";
+ }
if (defined($disabled{"ec"}) || defined($disabled{"dsa"})
|| defined($disabled{"dh"}) || defined($disabled{"stdio"}))