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