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

Diff for /src/usr.bin/ssh/packet.h between version 1.57 and 1.58

version 1.57, 2012/01/25 19:40:09 version 1.58, 2013/05/16 02:00:34
Line 109 
Line 109 
 } while (0)  } while (0)
   
 int      packet_need_rekeying(void);  int      packet_need_rekeying(void);
 void     packet_set_rekey_limit(u_int32_t);  void     packet_set_rekey_limits(u_int32_t, time_t);
   time_t   packet_get_rekey_timeout(void);
   
 void     packet_backup_state(void);  void     packet_backup_state(void);
 void     packet_restore_state(void);  void     packet_restore_state(void);

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58