aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.h
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-07-14 15:59:01 +0000
committerGunter Knauf <gk@gknw.de>2007-07-14 15:59:01 +0000
commitfee4f8c86dc91ab1861118aa2cc149d87cc4ee85 (patch)
tree5e6713079b985ddd16e3c755ca71145971883749 /lib/ssh.h
parent1261c3febab5aaba3feeaba8e689d11880c38b0f (diff)
for now unless we do better fixed LIBSSH2_APINO compares to use long constants.
Diffstat (limited to 'lib/ssh.h')
-rw-r--r--lib/ssh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh.h b/lib/ssh.h
index dd2dad17a..4de876890 100644
--- a/lib/ssh.h
+++ b/lib/ssh.h
@@ -45,12 +45,12 @@ ssize_t Curl_sftp_send(struct connectdata *conn, int sockindex,
ssize_t Curl_sftp_recv(struct connectdata *conn, int sockindex,
char *mem, size_t len);
-#if (LIBSSH2_APINO >= 200706012030)
+#if (LIBSSH2_APINO >= 200706012030L)
CURLcode Curl_sftp_doing(struct connectdata *conn,
bool *dophase_done);
CURLcode Curl_scp_doing(struct connectdata *conn,
bool *dophase_done);
-#endif /* (LIBSSH2_APINO >= 200706012030) */
+#endif /* (LIBSSH2_APINO >= 200706012030L) */
#endif /* USE_LIBSSH2 */