Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
d4a8b7e34dd619a4debf9a206c81db26d1402ea6
/
.
/
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
;
}