[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.11 and 1.12

version 1.11, 2000/04/14 10:30:31 version 1.12, 2000/04/26 20:56:29
Line 44 
Line 44 
 {  {
         verbose("Enabling compatibility mode for protocol 2.0");          verbose("Enabling compatibility mode for protocol 2.0");
         compat20 = 1;          compat20 = 1;
         packet_set_ssh2_format();  
 }  }
 void  void
 enable_compat13(void)  enable_compat13(void)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12