[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.29 and 1.30

version 1.29, 2018/12/27 03:25:25 version 1.30, 2019/01/19 21:43:56
Line 182 
Line 182 
         }          }
   
         /* sign H */          /* sign H */
         if ((r = kex->sign(server_host_private, server_host_public, &signature,          if ((r = kex->sign(ssh, server_host_private, server_host_public,
              &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0)              &signature, &slen, hash, hashlen, kex->hostkey_alg)) < 0)
                 goto out;                  goto out;
   
         /* destroy_sensitive_data(); */          /* destroy_sensitive_data(); */

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30