diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-16 20:47:16 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-16 20:47:16 +0000 |
commit | c958c63d9d19682f64d8f4afa27ee93c636d6d9c (patch) | |
tree | cca46041616c6e4462af69ba859c993ea2b77c55 /usr.bin/ssh/compat.h | |
parent | 40b8bc6e356154ab8d0260f30cb7db324b3675de (diff) |
support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.
interops (x11,agent,etc) with 1.2.27 and protocol 1.3
Diffstat (limited to 'usr.bin/ssh/compat.h')
-rw-r--r-- | usr.bin/ssh/compat.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/ssh/compat.h b/usr.bin/ssh/compat.h new file mode 100644 index 00000000000..ee77fbae923 --- /dev/null +++ b/usr.bin/ssh/compat.h @@ -0,0 +1,5 @@ +#ifndef COMPAT_H +#define COMPAT_H +void enable_compat13(void); +extern int compat13; +#endif |