mirror of
https://github.com/curl/curl.git
synced 2026-07-27 17:48:55 +03:00
vssh: drop support for wolfSSH
The implementation was incomplete and lesser than the other backends. No one ever reported a bug or requested enhancements for this, indicating that this backend was never used. Closes #18700
This commit is contained in:
parent
22b9f77e38
commit
b011e3fcfb
21 changed files with 13 additions and 1458 deletions
|
|
@ -60,7 +60,7 @@ static const struct detail scheme[] = {
|
|||
{"rtmps", "#ifdef USE_LIBRTMP" },
|
||||
{"rtmpts", "#ifdef USE_LIBRTMP" },
|
||||
{"rtsp", "#ifndef CURL_DISABLE_RTSP" },
|
||||
{"scp", "#if defined(USE_SSH) && !defined(USE_WOLFSSH)" },
|
||||
{"scp", "#ifdef USE_SSH" },
|
||||
{"sftp", "#ifdef USE_SSH" },
|
||||
{"smb", "#if !defined(CURL_DISABLE_SMB) && \\\n"
|
||||
" defined(USE_CURL_NTLM_CORE) && (SIZEOF_CURL_OFF_T > 4)" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue