summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-12 18:45:05 +1000
committerDamien Miller <djm@mindrot.org>2000-04-12 18:45:05 +1000
commitefb4afe0265333ce554f699c2a19ae249dd8d1b5 (patch)
tree8fe5e0bb9791e7fa3d1788084ae669f7a9dcd2e0 /compat.c
parent11e37f638d3cc064371521001eaeb2d75bfe4a8d (diff)
- More large OpenBSD CVS updates:
- [auth.c auth.h servconf.c servconf.h serverloop.c session.c] [session.h ssh.h sshd.c README.openssh2] ssh2 server side, see README.openssh2; enable with 'sshd -2' - [channels.c] no adjust after close - [sshd.c compat.c ] interop w/ latest ssh.com windows client.
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/compat.c b/compat.c
index d09f38ca6..c183866c3 100644
--- a/compat.c
+++ b/compat.c
@@ -28,7 +28,7 @@
28 */ 28 */
29 29
30#include "includes.h" 30#include "includes.h"
31RCSID("$Id: compat.c,v 1.5 2000/04/06 02:32:39 damien Exp $"); 31RCSID("$Id: compat.c,v 1.6 2000/04/12 08:45:06 damien Exp $");
32 32
33#include "ssh.h" 33#include "ssh.h"
34#include "packet.h" 34#include "packet.h"
@@ -58,9 +58,7 @@ compat_datafellows(const char *version)
58 size_t len; 58 size_t len;
59 static const char *check[] = { 59 static const char *check[] = {
60 "2.0.1", 60 "2.0.1",
61 "2.1.0.beta.9", 61 "2.1.0",
62 "2.1.0.pre.3",
63 "2.1.0.public.beta.1",
64 NULL 62 NULL
65 }; 63 };
66 for (i = 0; check[i]; i++) { 64 for (i = 0; check[i]; i++) {