[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.176 and 1.177

version 1.176, 2023/03/06 12:14:48 version 1.177, 2023/03/08 04:43:12
Line 446 
Line 446 
         free(proposal);          free(proposal);
 }  }
   
 /* ARGSUSED */  
 int  int
 kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh)  kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh)
 {  {
Line 627 
Line 626 
         return 0;          return 0;
 }  }
   
 /* ARGSUSED */  
 int  int
 kex_input_kexinit(int type, u_int32_t seq, struct ssh *ssh)  kex_input_kexinit(int type, u_int32_t seq, struct ssh *ssh)
 {  {

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177