[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.4 and 1.5.2.5

version 1.5.2.4, 2001/05/07 21:09:29 version 1.5.2.5, 2001/09/27 00:15:42
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.5.2.4  
changed lines
  Added in v.1.5.2.5