[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.35 and 1.36

version 1.35, 2002/06/19 18:01:00 version 1.36, 2003/04/01 10:10:23
Line 62 
Line 62 
 void     packet_get_keyiv(int, u_char *, u_int);  void     packet_get_keyiv(int, u_char *, u_int);
 int      packet_get_keycontext(int, u_char *);  int      packet_get_keycontext(int, u_char *);
 void     packet_set_keycontext(int, u_char *);  void     packet_set_keycontext(int, u_char *);
 u_int32_t packet_get_seqnr(int);  void     packet_get_state(int, u_int32_t *, u_int64_t *, u_int32_t *);
 void     packet_set_seqnr(int, u_int32_t);  void     packet_set_state(int, u_int32_t, u_int64_t, u_int32_t);
 int      packet_get_ssh1_cipher(void);  int      packet_get_ssh1_cipher(void);
 void     packet_set_iv(int, u_char *);  void     packet_set_iv(int, u_char *);
   
Line 95 
Line 95 
                 packet_disconnect("Packet integrity error."); \                  packet_disconnect("Packet integrity error."); \
         } \          } \
 } while (0)  } while (0)
   
   int      packet_need_rekeying(void);
   void     packet_set_rekey_limit(u_int32_t);
   
 #endif                          /* PACKET_H */  #endif                          /* PACKET_H */

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36