Skip to content

Commit

Permalink
Merge pull request #8389 from douzzer/20250127-fix-disable-tls-config
Browse files Browse the repository at this point in the history
20250127-fix-disable-tls-config
  • Loading branch information
dgarske authored Jan 28, 2025
2 parents d78338f + 2eb775d commit 45b385a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,9 @@ then
test "$enable_tlsv10" = "" && enable_tlsv10=no
test "$enable_dtls" = "" && enable_dtls=no
test "$enable_dtls13" = "" && enable_dtls13=no
test "$enable_dtls_mtu" = "" && enable_dtls_mtu=no
test "$enable_dtlscid" = "" && enable_dtlscid=no
test "$enable_dtls_frag_ch" = "" && enable_dtls_frag_ch=no
test "$enable_mcast" = "" && enable_mcast=no
test "$enable_srtp" = "" && enable_srtp=no
test "$enable_ocsp" = "" && enable_ocsp=no
Expand Down

0 comments on commit 45b385a

Please sign in to comment.