[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.114 and 1.115

version 1.114, 2021/01/31 22:55:29 version 1.115, 2021/12/19 22:08:06
Line 123 
Line 123 
 };  };
   
 struct ssh;  struct ssh;
   struct sshbuf;
   
 struct kex {  struct kex {
         struct newkeys  *newkeys[MODE_MAX];          struct newkeys  *newkeys[MODE_MAX];
Line 141 
Line 142 
         struct sshbuf *client_version;          struct sshbuf *client_version;
         struct sshbuf *server_version;          struct sshbuf *server_version;
         struct sshbuf *session_id;          struct sshbuf *session_id;
           struct sshbuf *initial_sig;
           struct sshkey *initial_hostkey;
         sig_atomic_t done;          sig_atomic_t done;
         u_int   flags;          u_int   flags;
         int     hash_alg;          int     hash_alg;

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115