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

Diff for /src/usr.bin/ssh/kex.h between version 1.119 and 1.119.2.1

version 1.119, 2023/08/28 03:28:43 version 1.119.2.1, 2023/12/18 14:56:35
Line 142 
Line 142 
         u_int   kex_type;          u_int   kex_type;
         char    *server_sig_algs;          char    *server_sig_algs;
         int     ext_info_c;          int     ext_info_c;
           int     kex_strict;
         struct sshbuf *my;          struct sshbuf *my;
         struct sshbuf *peer;          struct sshbuf *peer;
         struct sshbuf *client_version;          struct sshbuf *client_version;

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.119.2.1