summaryrefslogtreecommitdiffstats
path: root/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/compat.c b/compat.c
index 4974b1cb..0935154c 100644
--- a/compat.c
+++ b/compat.c
@@ -1,10 +1,13 @@
#include "includes.h"
-RCSID("$Id: compat.c,v 1.1 1999/10/27 03:42:44 damien Exp $");
+RCSID("$Id: compat.c,v 1.2 1999/11/24 13:26:22 damien Exp $");
#include "ssh.h"
-int compat13=0;
-void enable_compat13(void){
- log("Enabling compatibility mode for protocol 1.3");
- compat13=1;
+int compat13 = 0;
+
+void
+enable_compat13(void)
+{
+ verbose("Enabling compatibility mode for protocol 1.3");
+ compat13 = 1;
}