1
1

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.
Этот коммит содержится в:
Daniel Stenberg 2007-08-03 08:05:36 +00:00
родитель 9399ef83c4
Коммит 02e5b3b423

Просмотреть файл

@ -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