[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.171 and 1.172

version 1.171, 2022/01/06 21:55:23 version 1.172, 2022/02/01 23:32:51
Line 61 
Line 61 
 static int kex_choose_conf(struct ssh *);  static int kex_choose_conf(struct ssh *);
 static int kex_input_newkeys(int, u_int32_t, struct ssh *);  static int kex_input_newkeys(int, u_int32_t, struct ssh *);
   
 static const char *proposal_names[PROPOSAL_MAX] = {  static const char * const proposal_names[PROPOSAL_MAX] = {
         "KEX algorithms",          "KEX algorithms",
         "host key algorithms",          "host key algorithms",
         "ciphers ctos",          "ciphers ctos",

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172