mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-07 08:02:56 +03:00
For now make LIBSSH2_APINO a long, some compilers make constants an int it
seems.
This commit is contained in:
@@ -80,7 +80,7 @@ typedef long long libssh2_int64_t;
|
||||
#endif
|
||||
|
||||
#define LIBSSH2_VERSION "0.16-CVS"
|
||||
#define LIBSSH2_APINO 200706151200
|
||||
#define LIBSSH2_APINO 200706151200L
|
||||
|
||||
/* Part of every banner, user specified or not */
|
||||
#define LIBSSH2_SSH_BANNER "SSH-2.0-libssh2_" LIBSSH2_VERSION
|
||||
|
Reference in New Issue
Block a user