summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat.c b/compat.c
index 406b47c25..e49aa0d2a 100644
--- a/compat.c
+++ b/compat.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: compat.c,v 1.63 2002/04/10 08:21:47 markus Exp $"); 26RCSID("$OpenBSD: compat.c,v 1.64 2002/09/19 14:53:14 stevesk Exp $");
27 27
28#include "buffer.h" 28#include "buffer.h"
29#include "packet.h" 29#include "packet.h"
@@ -39,13 +39,13 @@ int datafellows = 0;
39void 39void
40enable_compat20(void) 40enable_compat20(void)
41{ 41{
42 verbose("Enabling compatibility mode for protocol 2.0"); 42 debug("Enabling compatibility mode for protocol 2.0");
43 compat20 = 1; 43 compat20 = 1;
44} 44}
45void 45void
46enable_compat13(void) 46enable_compat13(void)
47{ 47{
48 verbose("Enabling compatibility mode for protocol 1.3"); 48 debug("Enabling compatibility mode for protocol 1.3");
49 compat13 = 1; 49 compat13 = 1;
50} 50}
51/* datafellows bug compatibility */ 51/* datafellows bug compatibility */