From 979af4e167c5ef6dfa1fdc7e0105fabb46e92790 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Tue, 16 Sep 2003 14:33:04 +0000 Subject: [PATCH] Update the OpenSSH addendum string for the buffer handling fix. --- crypto/openssh/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index 9956d8c3102..f4b3f9fe6f4 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -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);