From fee4f8c86dc91ab1861118aa2cc149d87cc4ee85 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sat, 14 Jul 2007 15:59:01 +0000 Subject: for now unless we do better fixed LIBSSH2_APINO compares to use long constants. --- lib/ssh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ssh.h') 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 */ -- cgit v1.2.3