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

Diff for /src/usr.bin/ssh/sshd.c between version 1.105 and 1.106

version 1.105, 2000/04/14 10:30:33 version 1.106, 2000/04/17 12:31:47
Line 1255 
Line 1255 
         packet_put_bignum2(dh->pub_key);        // f          packet_put_bignum2(dh->pub_key);        // f
         packet_put_string((char *)signature, slen);          packet_put_string((char *)signature, slen);
         packet_send();          packet_send();
           xfree(signature);
         packet_write_wait();          packet_write_wait();
   
         kex_derive_keys(kex, hash, shared_secret);          kex_derive_keys(kex, hash, shared_secret);

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106