From c5c7700c9a1c1daae33329fab71d3eed5955d5d8 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Mon, 28 Mar 2016 00:31:23 +0200 Subject: [PATCH] When using no-dtls create OPENSSL_NO_DTLS Reviewed-by: Viktor Dukhovni MR: #2452 --- Configure | 1 + 1 file changed, 1 insertion(+) 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") { -- 2.34.1