]> andersk Git - openssh.git/blobdiff - compat.c
- OpenBSD CVS update:
[openssh.git] / compat.c
index e0073e1def216faf1bc1c9e99173c166b19a3993..0e36c218a5af248a35525d08279a455512462522 100644 (file)
--- a/compat.c
+++ b/compat.c
@@ -40,7 +40,9 @@ int datafellows = 0;
 void 
 enable_compat20(void)
 {
-       fatal("protocol 2.0 not implemented");
+       verbose("Enabling compatibility mode for protocol 2.0");
+       compat20 = 1;
+       packet_set_ssh2_format();
 }
 void 
 enable_compat13(void)
This page took 0.046792 seconds and 4 git commands to generate.