[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.86 and 1.87

version 1.86, 2018/07/09 21:20:26 version 1.87, 2019/01/19 21:31:32
Line 190 
Line 190 
 void    sshpkt_fmt_connection_id(struct ssh *ssh, char *s, size_t l);  void    sshpkt_fmt_connection_id(struct ssh *ssh, char *s, size_t l);
 const u_char    *sshpkt_ptr(struct ssh *, size_t *lenp);  const u_char    *sshpkt_ptr(struct ssh *, size_t *lenp);
   
 /* OLD API */  
 extern struct ssh *active_state;  
 #include "opacket.h"  
   
 #endif                          /* PACKET_H */  #endif                          /* PACKET_H */

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87