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

Diff for /src/usr.bin/ssh/Attic/kexc25519c.c between version 1.8 and 1.9

version 1.8, 2017/05/31 04:17:12 version 1.9, 2017/12/18 02:25:15
Line 139 
Line 139 
                 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.8  
changed lines
  Added in v.1.9