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

Diff for /src/usr.bin/ssh/kexgexs.c between version 1.25 and 1.26

version 1.25, 2015/04/13 02:04:08 version 1.26, 2015/12/04 16:41:28
Line 215 
Line 215 
         }          }
   
         /* 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.25  
changed lines
  Added in v.1.26