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

Diff for /src/usr.bin/ssh/dispatch.c between version 1.5.2.1 and 1.5.2.2

version 1.5.2.1, 2001/02/16 20:13:01 version 1.5.2.2, 2001/02/19 17:18:54
Line 40 
Line 40 
 dispatch_protocol_error(int type, int plen, void *ctxt)  dispatch_protocol_error(int type, int plen, void *ctxt)
 {  {
         error("Hm, dispatch protocol error: type %d plen %d", type, plen);          error("Hm, dispatch protocol error: type %d plen %d", type, plen);
         if (compat20 && type == SSH2_MSG_KEXDH_INIT)          if (compat20 && type == SSH2_MSG_KEXINIT)
                 fatal("dispatch_protocol_error: rekeying is not supported");                  fatal("dispatch_protocol_error: rekeying is not supported");
 }  }
 void  void

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2