mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:34:45 +03:00
parent
8399d89360
commit
bbe3aa9f88
24 changed files with 597 additions and 564 deletions
|
|
@ -1532,7 +1532,7 @@ static CURLcode https_connecting(struct Curl_easy *data, bool *done)
|
|||
#endif
|
||||
|
||||
/* perform SSL initialization for this socket */
|
||||
result = Curl_ssl_connect_nonblocking(conn, FIRSTSOCKET, done);
|
||||
result = Curl_ssl_connect_nonblocking(data, conn, FIRSTSOCKET, done);
|
||||
if(result)
|
||||
connclose(conn, "Failed HTTPS connection");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue