mirror of
https://github.com/curl/curl.git
synced 2026-08-26 08:33:31 +03:00
parent
c23b8e827c
commit
d37b0936d1
6 changed files with 12 additions and 8 deletions
|
|
@ -186,11 +186,11 @@ static const struct Curl_handler * const protocols[] = {
|
|||
&Curl_handler_tftp,
|
||||
#endif
|
||||
|
||||
#if defined(USE_LIBSSH2) || defined(USE_LIBSSH)
|
||||
#if defined(USE_SSH)
|
||||
&Curl_handler_scp,
|
||||
#endif
|
||||
|
||||
#if defined(USE_LIBSSH2) || defined(USE_LIBSSH)
|
||||
#if defined(USE_SSH)
|
||||
&Curl_handler_sftp,
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue