Update the OpenSSH addendum string for the buffer handling fix.

This commit is contained in:
Jacques Vidrine 2003-09-16 14:33:04 +00:00
parent efcfe95173
commit 979af4e167

View file

@ -5,7 +5,7 @@
#define SSH_VERSION (ssh_version_get())
#define SSH_VERSION_BASE "OpenSSH_3.6.1p1"
#define SSH_VERSION_ADDENDUM "FreeBSD-20030423"
#define SSH_VERSION_ADDENDUM "FreeBSD-20030916"
const char *ssh_version_get(void);
void ssh_version_set_addendum(const char *add);