Commit c5c7700c authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

When using no-dtls create OPENSSL_NO_DTLS



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

MR: #2452
parent b7dffce0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -549,6 +549,7 @@ foreach (@argvcopy)
                                {
                                $disabled{$proto} = "option(dtls)";
                                }
                        $disabled{"dtls"} = "option(dtls)";
                        }
                elsif ($1 eq "ssl")
                        {