[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.78 and 1.79

version 1.78, 2017/04/30 23:23:54 version 1.79, 2017/05/03 21:08:09
Line 79 
Line 79 
 int      ssh_packet_get_connection_in(struct ssh *);  int      ssh_packet_get_connection_in(struct ssh *);
 int      ssh_packet_get_connection_out(struct ssh *);  int      ssh_packet_get_connection_out(struct ssh *);
 void     ssh_packet_close(struct ssh *);  void     ssh_packet_close(struct ssh *);
 void     ssh_packet_set_encryption_key(struct ssh *, const u_char *, u_int, int);  
 void     ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);  void     ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);
   
 int      ssh_packet_is_rekeying(struct ssh *);  int      ssh_packet_is_rekeying(struct ssh *);

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79