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

Diff for /src/usr.bin/ssh/Attic/kexecdhs.c between version 1.14 and 1.15

version 1.14, 2015/01/26 06:10:03 version 1.15, 2015/12/04 16:41:28
Line 165 
Line 165 
         }          }
   
         /* sign H */          /* sign H */
         if ((r = kex->sign(server_host_private, server_host_public,          if ((r = kex->sign(server_host_private, server_host_public, &signature,
             &signature, &slen, hash, hashlen, ssh->compat)) < 0)               &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0)
                 goto out;                  goto out;
   
         /* destroy_sensitive_data(); */          /* destroy_sensitive_data(); */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15