mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
cyassl: use time_t instead of long for timeout
This commit is contained in:
parent
ad4b348c48
commit
cdbdef6f9f
@ -772,7 +772,7 @@ cyassl_connect_common(struct connectdata *conn,
|
||||
struct Curl_easy *data = conn->data;
|
||||
struct ssl_connect_data *connssl = &conn->ssl[sockindex];
|
||||
curl_socket_t sockfd = conn->sock[sockindex];
|
||||
long timeout_ms;
|
||||
time_t timeout_ms;
|
||||
int what;
|
||||
|
||||
/* check if the connection has already been established */
|
||||
|
Loading…
Reference in New Issue
Block a user