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

Diff for /src/usr.bin/ssh/Attic/kexecdhc.c between version 1.11 and 1.12

version 1.11, 2017/05/30 14:23:52 version 1.12, 2017/12/18 02:25:15
Line 184 
Line 184 
                 goto out;                  goto out;
   
         if ((r = sshkey_verify(server_host_key, signature, slen, hash,          if ((r = sshkey_verify(server_host_key, signature, slen, hash,
             hashlen, ssh->compat)) != 0)              hashlen, kex->hostkey_alg, ssh->compat)) != 0)
                 goto out;                  goto out;
   
         /* save session id */          /* save session id */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12