From 2aa6d3cfce738f57c31ae676e11399382bd5660e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 12 Sep 2004 16:53:04 +1000 Subject: - (djm) [ssh.c sshd.c version.h] Don't divulge portable version in protocol banner. Suggested by deraadt@, ok mouring@, dtucker@ --- version.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'version.h') diff --git a/version.h b/version.h index aae2c3b37..d0c867b87 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,6 @@ /* $OpenBSD: version.h,v 1.42 2004/08/16 08:17:01 markus Exp $ */ -#define SSH_VERSION "OpenSSH_3.9p1" +#define SSH_VERSION "OpenSSH_3.9" + +#define SSH_PORTABLE "p1" +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE -- cgit v1.2.3