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