curl/lib/vssh
Jay Satiro fd306e55a0 lib: fix some format specifiers
- Use CURL_FORMAT_CURL_OFF_T where %zd was erroneously used for some
  curl_off_t variables.

- Use %zu where %zd was erroneously used for some size_t variables.

Prior to this change some of the Windows CI tests were failing because
in Windows 32-bit targets have a 32-bit size_t and a 64-bit curl_off_t.
When %zd was used for some curl_off_t variables then only the lower
32-bits was read and the upper 32-bits would be read for part or all of
the next specifier.

Fixes https://github.com/curl/curl/issues/11327
Closes https://github.com/curl/curl/pull/11321
2023-06-17 01:38:04 -04:00
..
libssh2.c libssh2: provide error message when setting host key type fails 2023-06-02 23:00:27 +02:00
libssh.c libssh: when keyboard-interactive auth fails, try password 2023-05-25 11:09:29 +02:00
ssh.h libssh: use dynbuf instead of realloc 2023-03-16 23:32:22 +01:00
wolfssh.c lib: fix some format specifiers 2023-06-17 01:38:04 -04:00