This is a follow-up to recent commit
2218c3a which removed the debug
message to avoid an unused variable warning. The message has been
reworked to avoid the warning.
Ref: https://github.com/curl/curl/pull/8320#issuecomment-
1022957904
Closes https://github.com/curl/curl/pull/8336
doread = (connssl->connecting_state != ssl_connect_2_writing) ? TRUE : FALSE;
+ DEBUGF(infof(data,
+ "schannel: SSL/TLS connection with %s port %hu (step 2/3)",
+ SSL_HOST_NAME(), conn->remote_port));
+
if(!backend->cred || !backend->ctxt)
return CURLE_SSL_CONNECT_ERROR;