Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix argument type in a call to SSLSetEnabledCiphers (#42543)
The latest version of macOS clang from XCode 12 beta complains about data type of the 2nd argument passed to SSLSetEnabledCiphers. This change fixes it by casting it to the actual argument type.
- Loading branch information