Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a segfault when a TLS context is not used
If the configuration contains entries such as: no-tlsv1 no-tlsv1_1 then the SSL context is NULL. The previous code was simple enough that it handled this case; the new code needs to deal with it explicitly. [*] coturn#770
- Loading branch information