When using no-dtls create OPENSSL_NO_DTLS

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>

MR: #2452
This commit is contained in:
Kurt Roeckx 2016-03-28 00:31:23 +02:00
parent b7dffce017
commit c5c7700c9a
1 changed files with 1 additions and 0 deletions

View File

@ -549,6 +549,7 @@ foreach (@argvcopy)
{
$disabled{$proto} = "option(dtls)";
}
$disabled{"dtls"} = "option(dtls)";
}
elsif ($1 eq "ssl")
{