[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.97 and 1.98

version 1.97, 2019/01/21 10:05:09 version 1.98, 2019/01/21 10:07:22
Line 169 
Line 169 
 int      kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);  int      kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
 void     kex_prop_free(char **);  void     kex_prop_free(char **);
 int      kex_load_hostkey(struct ssh *, struct sshkey **, struct sshkey **);  int      kex_load_hostkey(struct ssh *, struct sshkey **, struct sshkey **);
   int      kex_verify_host_key(struct ssh *, struct sshkey *);
   
 int      kex_send_kexinit(struct ssh *);  int      kex_send_kexinit(struct ssh *);
 int      kex_input_kexinit(int, u_int32_t, struct ssh *);  int      kex_input_kexinit(int, u_int32_t, struct ssh *);

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98