[BACK]Return to compat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/compat.c between version 1.6 and 1.7

version 1.6, 2000/04/03 07:07:15 version 1.7, 2000/04/04 15:19:42
Line 40 
Line 40 
 void  void
 enable_compat20(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  void
 enable_compat13(void)  enable_compat13(void)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7