summaryrefslogtreecommitdiffstats
path: root/compat.c
blob: 4974b1cbae8bb306ba7b9743b211c0d647ccbfd0 (plain)
1
2
3
4
5
6
7
8
9
10
#include "includes.h"
RCSID("$Id: compat.c,v 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;
}