[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.10 and 1.10.2.1

version 1.10, 2001/02/18 18:33:53 version 1.10.2.1, 2001/09/27 19:03:54
Line 39 
Line 39 
 void  void
 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);          fatal("dispatch_protocol_error: type %d plen %d", type, plen);
         if (compat20 && type == SSH2_MSG_KEXINIT)  
                 fatal("dispatch_protocol_error: rekeying is not supported");  
 }  }
 void  void
 dispatch_init(dispatch_fn *dflt)  dispatch_init(dispatch_fn *dflt)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.2.1