mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 22:45:03 -05:00
ssh: fix version number check typo
This commit is contained in:
parent
694c2dce25
commit
ddf25f6b28
@ -102,7 +102,7 @@
|
|||||||
have their definition hidden well */
|
have their definition hidden well */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if LIBSSH2_VERSION_NUM >= x010206
|
#if LIBSSH2_VERSION_NUM >= 0x010206
|
||||||
/* libssh2_sftp_statvfs and friends were added in 1.2.6 */
|
/* libssh2_sftp_statvfs and friends were added in 1.2.6 */
|
||||||
#define HAS_STATVFS_SUPPORT 1
|
#define HAS_STATVFS_SUPPORT 1
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user