Loading lib/vtls/schannel.c +2 −0 Original line number Diff line number Diff line Loading @@ -690,8 +690,10 @@ schannel_connect_step3(struct connectdata *conn, int sockindex) struct ssl_connect_data *connssl = &conn->ssl[sockindex]; SECURITY_STATUS sspi_status = SEC_E_OK; CERT_CONTEXT *ccert_context = NULL; #ifndef CURL_DISABLE_VERBOSE_STRINGS const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : conn->host.name; #endif #ifdef HAS_ALPN SecPkgContext_ApplicationProtocol alpn_result; #endif Loading Loading
lib/vtls/schannel.c +2 −0 Original line number Diff line number Diff line Loading @@ -690,8 +690,10 @@ schannel_connect_step3(struct connectdata *conn, int sockindex) struct ssl_connect_data *connssl = &conn->ssl[sockindex]; SECURITY_STATUS sspi_status = SEC_E_OK; CERT_CONTEXT *ccert_context = NULL; #ifndef CURL_DISABLE_VERBOSE_STRINGS const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : conn->host.name; #endif #ifdef HAS_ALPN SecPkgContext_ApplicationProtocol alpn_result; #endif Loading