[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.149 and 1.150

version 1.149, 2019/01/21 10:40:11 version 1.150, 2019/01/21 12:08:13
Line 1026 
Line 1026 
 }  }
   
 int  int
 kex_load_hostkey(struct ssh *ssh, struct sshkey **pubp, struct sshkey **prvp)  kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp)
 {  {
         struct kex *kex = ssh->kex;          struct kex *kex = ssh->kex;
   

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150