mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
Revert change that always disable TLS tests.
This commit is contained in:
parent
9639cfdfcf
commit
1b876ce0ec
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ bool_t transport_supported(LinphoneTransportType transport) {
|
|||
bool_t supported = sal_transport_available(sal,(SalTransport)transport);
|
||||
if (!supported) ms_message("TLS transport not supported, falling back to TCP if possible otherwise skipping test.");
|
||||
sal_uninit(sal);
|
||||
return 0 & supported;
|
||||
return supported;
|
||||
}
|
||||
|
||||
#if __clang__ || ((__GNUC__ == 4 && __GNUC_MINOR__ >= 6) || __GNUC__ > 4)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue