[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.9 and 1.10

version 1.9, 2001/02/04 15:32:23 version 1.10, 2001/02/18 18:33:53
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.9  
changed lines
  Added in v.1.10