1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

ssh: fix version number check typo

This commit is contained in:
Daniel Stenberg 2016-05-30 08:14:13 +02:00
parent 694c2dce25
commit ddf25f6b28

View File

@ -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