curl-curl/lib/vssh
Viktor Szakats a3787f98ac
lib: drop two interim macros in favor of native libcurl API calls
Drop `strcasecompare` and `strncasecompare` in favor of libcurl API
calls `curl_strequal` and `curl_strnequal` respectively.

Also drop unnecessary `strcase.h` includes. Include `curl/curl.h`
instead where it wasn't included before.

Closes #17772
2025-06-30 18:38:56 +02:00
..
.checksrc checksrc: reduce exceptions, apply again to curlx 2025-06-27 17:33:35 +02:00
curl_path.c curl_path: make SFTP handle a path like /~ properly. 2025-06-09 11:23:16 +02:00
curl_path.h lib: include files using known path 2025-04-08 17:00:00 +02:00
libssh2.c lib: drop two interim macros in favor of native libcurl API calls 2025-06-30 18:38:56 +02:00
libssh.c lib: drop two interim macros in favor of native libcurl API calls 2025-06-30 18:38:56 +02:00
ssh.h libssh2: remove the 'actualcode' struct field 2025-05-16 14:56:59 +02:00
wolfssh.c multi: add dirty bitset 2025-06-21 17:19:11 +02:00