curl/lib/vssh
Viktor Szakats a0d3a32fba
libssh: silence -Wconversion with a cast (Windows 32-bit)
Seen with GCC 13 with Windows x86:
```
lib/vssh/libssh.c: In function 'myssh_statemach_act':
lib/vssh/libssh.c:1851:41: error: conversion from 'curl_off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Werror=conversion]
 1851 |                              data->state.infilesize,
      |                              ~~~~~~~~~~~^~~~~~~~~~~
```
Ref: https://github.com/curl/curl/actions/runs/13161422041/job/36737994642?pr=16182#step:3:5111

Closes #16194
2025-02-05 21:19:36 +01:00
..
.checksrc checksrc: use 'banfunc' proper in more places 2025-01-13 09:10:58 +01:00
curl_path.c libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
curl_path.h libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
libssh2.c lib: redirect handling by protocol handler 2025-01-24 11:00:34 +01:00
libssh.c libssh: silence -Wconversion with a cast (Windows 32-bit) 2025-02-05 21:19:36 +01:00
ssh.h libssh: use libssh sftp_aio to upload file 2024-12-02 21:33:24 +01:00
wolfssh.c lib: redirect handling by protocol handler 2025-01-24 11:00:34 +01:00