[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.51 and 1.52

version 1.51, 2009/05/27 06:36:07 version 1.52, 2009/06/27 09:29:06
Line 109 
Line 109 
 int      packet_need_rekeying(void);  int      packet_need_rekeying(void);
 void     packet_set_rekey_limit(u_int32_t);  void     packet_set_rekey_limit(u_int32_t);
   
   void     packet_backup_state(void);
   void     packet_restore_state(void);
   
 void    *packet_get_input(void);  void    *packet_get_input(void);
 void    *packet_get_output(void);  void    *packet_get_output(void);
   

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52