sctp requires dgram.
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
04f6b0fd91
commit
3fd4d211ae
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ my @disable_cascades = (
|
|||
"des" => [ "mdc2" ],
|
||||
"ec" => [ "ecdsa", "ecdh" ],
|
||||
|
||||
"dgram" => [ "dtls" ],
|
||||
"dgram" => [ "dtls", "sctp" ],
|
||||
"dtls" => [ @dtls ],
|
||||
|
||||
# SSL 3.0, (D)TLS 1.0 and TLS 1.1 require MD5 and SHA
|
||||
|
|
Loading…
Reference in a new issue