openssh/compat.c

14 lines
228 B
C
Raw Normal View History

1999-10-27 03:42:43 +00:00
#include "includes.h"
RCSID("$Id: compat.c,v 1.2 1999/11/24 13:26:22 damien Exp $");
1999-10-27 03:42:43 +00:00
#include "ssh.h"
int compat13 = 0;
void
enable_compat13(void)
{
verbose("Enabling compatibility mode for protocol 1.3");
compat13 = 1;
1999-10-27 03:42:43 +00:00
}