mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
parent
c23b8e827c
commit
d37b0936d1
6 changed files with 12 additions and 8 deletions
|
|
@ -686,6 +686,10 @@ int netware_init(void);
|
|||
#error "No longer supported. Set CURLOPT_CAINFO at runtime instead."
|
||||
#endif
|
||||
|
||||
#if defined(USE_LIBSSH2) || defined(USE_LIBSSH) || defined(USE_WOLFSSH)
|
||||
#define USE_SSH
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Provide a mechanism to silence picky compilers, such as gcc 4.6+.
|
||||
* Parameters should of course normally not be unused, but for example when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue