summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
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++) {