Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
d71b12ee5b6b0283ce41ff2d9c8864c6aadc6bbe
/
.
/
compat.c
blob: 4974b1cbae8bb306ba7b9743b211c0d647ccbfd0 [
file
] [
log
] [
blame
] [
raw
]
#include
"includes.h"
RCSID
(
"$Id: compat.c,v 1.1 1999/10/27 03:42:44 damien Exp $"
);
#include
"ssh.h"
int
compat13
=
0
;
void
enable_compat13
(
void
){
log
(
"Enabling compatibility mode for protocol 1.3"
);
compat13
=
1
;
}