Commit ddf25f6b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

ssh: fix version number check typo

parent 694c2dce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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