Fix argument type in a call to SSLSetEnabledCiphers (#42543)
authorJan Vorlicek <janvorli@microsoft.com>
Tue, 22 Sep 2020 08:44:08 +0000 (10:44 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 08:44:08 +0000 (10:44 +0200)
commitc48127daec460692ee18f7ae7552bcc3f7fa8499
tree0777402641443aba608d9cc7e9ea8d18e84f5c47
parent22b98f0e3be394d2ada5fe9b456c094802104cee
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.
src/libraries/Native/Unix/System.Security.Cryptography.Native.Apple/pal_ssl.c