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

Diff for /src/usr.bin/ssh/Attic/kexdhs.c between version 1.22 and 1.23

version 1.22, 2015/01/26 06:10:03 version 1.23, 2015/12/04 16:41:28
Line 176 
Line 176 
         }          }
   
         /* 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.22  
changed lines
  Added in v.1.23