summaryrefslogtreecommitdiffstats
path: root/compat.c
blob: ecbdcddfe5be464d0ca1dda25c907dd5b3479c2d (plain)
1
2
3
4
5
6
7
8
9
10
#include "includes.h"
RCSID("$Id: compat.c,v 1.1.1.1 1999/10/27 03:42:44 damien Exp $");

#include "ssh.h"

int compat13=0;
void enable_compat13(void){
	log("Enabling compatibility mode for protocol 1.3");
	compat13=1;
}