Merge pull request #8389 from douzzer/20250127-fix-disable-tls-config

20250127-fix-disable-tls-config
This commit is contained in:
David Garske
2025-01-28 09:09:08 -08:00
committed by GitHub

View File

@ -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