]> andersk Git - openssh.git/blob - compat.c
Initial revision
[openssh.git] / compat.c
1 #include "includes.h"
2 RCSID("$Id$");
3
4 #include "ssh.h"
5
6 int compat13=0;
7 void enable_compat13(void){
8         log("Enabling compatibility mode for protocol 1.3");
9         compat13=1;
10 }
This page took 0.085778 seconds and 5 git commands to generate.