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
1 changed files with 1 additions and 1 deletions

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