diff options
-rw-r--r-- | lib/vtls/schannel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index 2ef3bd00d..ff9d072bc 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -1510,6 +1510,7 @@ schannel_connect_common(struct Curl_easy *data, struct connectdata *conn, curl_socket_t sockfd = conn->sock[sockindex]; timediff_t timeout_ms; int what; + struct ssl_backend_data *backend = connssl->backend; /* check if the connection has already been established */ if(ssl_connection_complete == connssl->state) { |