When using no-dtls create OPENSSL_NO_DTLS
Reviewed-by: Viktor Dukhovni <viktor@openssl.org> MR: #2452
This commit is contained in:
parent
b7dffce017
commit
c5c7700c9a
1 changed files with 1 additions and 0 deletions
|
@ -549,6 +549,7 @@ foreach (@argvcopy)
|
|||
{
|
||||
$disabled{$proto} = "option(dtls)";
|
||||
}
|
||||
$disabled{"dtls"} = "option(dtls)";
|
||||
}
|
||||
elsif ($1 eq "ssl")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue