summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2021-12-25 19:08:17 -0500
committerJay Satiro <raysatiro@yahoo.com>2021-12-25 19:08:17 -0500
commit213155066f233c6ff337cb1f3247e5d1e99c5aa4 (patch)
tree5714565016705943a369cc1c27e6d6bc070639de
parent89bc4b9fa31a4a7f038ec968295d92cf2ddc3930 (diff)
downloadcurl-213155066f233c6ff337cb1f3247e5d1e99c5aa4.tar.gz
squashme: add missing declarationbagder/schannel-backend
-rw-r--r--lib/vtls/schannel.c1
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) {