From 02e5b3b423713fa97aa7dc2ab6b358a8235307a3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 3 Aug 2007 08:05:36 +0000 Subject: [PATCH] LIBSSH2_APINO is now gone, the sooner the better. This is gonna cause some pains in apps relying on it, but it is broken by design and we should not rely on it at all. Go for the LIBSSH2_VERSION_* defines instead if you need to check for versions. --- include/libssh2.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/libssh2.h b/include/libssh2.h index 6c07dfce..b065aa2d 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -115,10 +115,8 @@ typedef long long libssh2_int64_t; */ #define LIBSSH2_TIMESTAMP "CVS" -#define LIBSSH2_APINO 200706151200L - /* Part of every banner, user specified or not */ -#define LIBSSH2_SSH_BANNER "SSH-2.0-libssh2_" LIBSSH2_VERSION +#define LIBSSH2_SSH_BANNER "SSH-2.0-libssh2_" LIBSSH2_VERSION /* We *could* add a comment here if we so chose */ #define LIBSSH2_SSH_DEFAULT_BANNER LIBSSH2_SSH_BANNER