[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.68 and 1.69

version 1.68, 2016/01/14 16:17:40 version 1.69, 2016/01/29 02:54:45
Line 132 
Line 132 
 int      ssh_remote_port(struct ssh *);  int      ssh_remote_port(struct ssh *);
   
 int      ssh_packet_need_rekeying(struct ssh *);  int      ssh_packet_need_rekeying(struct ssh *);
 void     ssh_packet_set_rekey_limits(struct ssh *, u_int32_t, time_t);  void     ssh_packet_set_rekey_limits(struct ssh *, u_int64_t, time_t);
 time_t   ssh_packet_get_rekey_timeout(struct ssh *);  time_t   ssh_packet_get_rekey_timeout(struct ssh *);
   
 void    *ssh_packet_get_input(struct ssh *);  void    *ssh_packet_get_input(struct ssh *);

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69