From: Kurt Roeckx Date: Sun, 27 Mar 2016 22:31:23 +0000 (+0200) Subject: When using no-dtls create OPENSSL_NO_DTLS X-Git-Tag: OpenSSL_1_1_0-pre5~221 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c5c7700c9a1c1daae33329fab71d3eed5955d5d8 When using no-dtls create OPENSSL_NO_DTLS Reviewed-by: Viktor Dukhovni MR: #2452 --- diff --git a/Configure b/Configure index d303a14ff2..d8064d1564 100755 --- a/Configure +++ b/Configure @@ -549,6 +549,7 @@ foreach (@argvcopy) { $disabled{$proto} = "option(dtls)"; } + $disabled{"dtls"} = "option(dtls)"; } elsif ($1 eq "ssl") {