mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +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
|
|
@ -368,10 +368,8 @@ static const char * const supported_protocols[] = {
|
|||
#ifndef CURL_DISABLE_RTSP
|
||||
"rtsp",
|
||||
#endif
|
||||
#if defined(USE_SSH) && !defined(USE_WOLFSSH)
|
||||
"scp",
|
||||
#endif
|
||||
#ifdef USE_SSH
|
||||
"scp",
|
||||
"sftp",
|
||||
#endif
|
||||
#if !defined(CURL_DISABLE_SMB) && defined(USE_CURL_NTLM_CORE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue