[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.43 and 1.44

version 1.43, 2005/07/25 11:59:40 version 1.44, 2006/02/07 01:42:00
Line 16 
Line 16 
 #ifndef PACKET_H  #ifndef PACKET_H
 #define PACKET_H  #define PACKET_H
   
   #include <termios.h>
   
 #include <openssl/bn.h>  #include <openssl/bn.h>
   
 void     packet_set_connection(int, int);  void     packet_set_connection(int, int);

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44