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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.164 and 1.165

version 1.164, 2007/05/17 23:53:41 version 1.165, 2008/01/19 23:09:49
Line 126 
Line 126 
                     options.hostkeyalgorithms;                      options.hostkeyalgorithms;
   
         if (options.rekey_limit)          if (options.rekey_limit)
                 packet_set_rekey_limit(options.rekey_limit);                  packet_set_rekey_limit((u_int32_t)options.rekey_limit);
   
         /* start key exchange */          /* start key exchange */
         kex = kex_setup(myproposal);          kex = kex_setup(myproposal);

Legend:
Removed from v.1.164  
changed lines
  Added in v.1.165