[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.118 and 1.118.4.1

version 1.118, 2023/03/06 12:14:48 version 1.118.4.1, 2023/12/18 14:57:43
Line 141 
Line 141 
         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.118  
changed lines
  Added in v.1.118.4.1