[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.66 and 1.67

version 1.66, 2015/01/30 01:13:33 version 1.67, 2015/12/11 03:24:25
Line 129 
Line 129 
 int      ssh_packet_set_state(struct ssh *, struct sshbuf *);  int      ssh_packet_set_state(struct ssh *, struct sshbuf *);
   
 const char *ssh_remote_ipaddr(struct ssh *);  const char *ssh_remote_ipaddr(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_int32_t, time_t);

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67