mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:57:16 +03:00
ssh: fix version number check typo
This commit is contained in:
parent
694c2dce25
commit
ddf25f6b28
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
have their definition hidden well */
|
||||
#endif
|
||||
|
||||
#if LIBSSH2_VERSION_NUM >= x010206
|
||||
#if LIBSSH2_VERSION_NUM >= 0x010206
|
||||
/* libssh2_sftp_statvfs and friends were added in 1.2.6 */
|
||||
#define HAS_STATVFS_SUPPORT 1
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue