]> granicus.if.org Git - curl/commitdiff
ssh: fix version number check typo
authorDaniel Stenberg <daniel@haxx.se>
Mon, 30 May 2016 06:14:13 +0000 (08:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 May 2016 06:14:27 +0000 (08:14 +0200)
lib/ssh.c

index 907f646e808768c554f015bfa21fb1b70527f43e..d5a1a2a8cf9242721b6964bcfc42e015de8a6fdf 100644 (file)
--- a/lib/ssh.c
+++ b/lib/ssh.c
                          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