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

Diff for /src/usr.bin/ssh/Attic/kexdhc.c between version 1.20 and 1.21

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

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21