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

Diff for /src/usr.bin/ssh/kex.c between version 1.37 and 1.38

version 1.37, 2001/12/05 10:06:12 version 1.38, 2001/12/20 22:50:24
Line 107 
Line 107 
 }  }
   
 static void  static void
 kex_protocol_error(int type, int plen, void *ctxt)  kex_protocol_error(int type, int plen, u_int32_t seq, void *ctxt)
 {  {
         error("Hm, kex protocol error: type %d plen %d", type, plen);          error("Hm, kex protocol error: type %d plen %d", type, plen);
 }  }
Line 166 
Line 166 
 }  }
   
 void  void
 kex_input_kexinit(int type, int plen, void *ctxt)  kex_input_kexinit(int type, int plen, u_int32_t seq, void *ctxt)
 {  {
         char *ptr;          char *ptr;
         int dlen;          int dlen;

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38