Commit fa38f34b authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

secur32: Avoid compiler warning.

parent 328ec3a7
......@@ -1202,7 +1202,7 @@ BOOL schan_imp_init(void)
supported_protocols = SP_PROT_SSL2_CLIENT | SP_PROT_SSL3_CLIENT | SP_PROT_TLS1_0_CLIENT;
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1080
if(SSLGetProtocolVersionMax != NULL) {
if(&SSLGetProtocolVersionMax != NULL) {
SSLProtocol max_protocol;
SSLContextRef ctx;
OSStatus status;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment