curl-curl/lib/vssh
Stefan Eissing bbb929112b
curlx_base64_encode: use uint8_t* for input
Change `inputbuff` parameter from `const char *` to `const uint8_t *` to
reflect the binary nature of the input bytes. Half the code was casting
unsigned char to signed already in calling.

Closes #19722
2025-11-27 14:35:01 +01:00
..
libssh2.c curlx_base64_encode: use uint8_t* for input 2025-11-27 14:35:01 +01:00
libssh.c conncontrol: reuse handling 2025-11-27 14:30:14 +01:00
ssh.h badwords: fix two exceptions and drop them 2025-11-14 17:32:04 +01:00
vssh.c sftp: fix range downloads in both SSH backends 2025-11-11 14:51:22 +01:00
vssh.h sftp: fix range downloads in both SSH backends 2025-11-11 14:51:22 +01:00