Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
9072e1889648988da38b7b81bce95291c1dc3a23
/
.
/
compat.c
blob: 0935154c704ababf244a020e36b9a635bc6ece01 [
file
] [
log
] [
blame
] [
raw
]
#include
"includes.h"
RCSID
(
"$Id: compat.c,v 1.2 1999/11/24 13:26:22 damien Exp $"
);
#include
"ssh.h"
int
compat13
=
0
;
void
enable_compat13
(
void
)
{
verbose
(
"Enabling compatibility mode for protocol 1.3"
);
compat13
=
1
;
}