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