From 4af51306d9a51459a5bef922df1037f876ae51fe Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 16 Apr 2000 11:18:38 +1000 Subject: - OpenBSD CVS updates. [ssh.1 ssh.c] - ssh -2 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c] [session.c sshconnect.c] - check payload for (illegal) extra data [ALL] - whitespace cleanup --- compat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compat.c') diff --git a/compat.c b/compat.c index d56e3e81..4673e3fb 100644 --- a/compat.c +++ b/compat.c @@ -28,7 +28,7 @@ */ #include "includes.h" -RCSID("$Id: compat.c,v 1.7 2000/04/12 10:17:39 damien Exp $"); +RCSID("$Id: compat.c,v 1.8 2000/04/16 01:18:42 damien Exp $"); #include "ssh.h" #include "packet.h" @@ -39,14 +39,14 @@ int compat13 = 0; int compat20 = 0; int datafellows = 0; -void +void enable_compat20(void) { verbose("Enabling compatibility mode for protocol 2.0"); compat20 = 1; packet_set_ssh2_format(); } -void +void enable_compat13(void) { verbose("Enabling compatibility mode for protocol 1.3"); -- cgit v1.2.3