summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh.c b/lib/ssh.c
index 6cd5d8769..72fa06af7 100644
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -2822,7 +2822,7 @@ static CURLcode ssh_block_statemach(struct connectdata *conn,
while((sshc->state != SSH_STOP) && !result) {
bool block;
- long left;
+ time_t left;
struct timeval now = Curl_tvnow();
result = ssh_statemach_act(conn, &block);