[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.253 and 1.254

version 1.253, 2017/01/30 00:32:28 version 1.254, 2017/02/03 02:56:00
Line 187 
Line 187 
         }          }
   
         if (options.rekey_limit || options.rekey_interval)          if (options.rekey_limit || options.rekey_interval)
                 packet_set_rekey_limits((u_int32_t)options.rekey_limit,                  packet_set_rekey_limits(options.rekey_limit,
                     (time_t)options.rekey_interval);                      options.rekey_interval);
   
         /* start key exchange */          /* start key exchange */
         if ((r = kex_setup(active_state, myproposal)) != 0)          if ((r = kex_setup(active_state, myproposal)) != 0)

Legend:
Removed from v.1.253  
changed lines
  Added in v.1.254