Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
okhttp: Don't warn about missing Conscrypt
When running on the JDK, it is quite normal for Conscrypt not to be present. We'll end up using the JDK 9 ALPN API and everything will be fine. On Android, it would be extremely rare for someone to completely remove the default Android security providers, so the warning was almost never going to trigger on that platform anyway.
- Loading branch information