[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.43.2.1

version 1.43, 2005/07/25 11:59:40 version 1.43.2.1, 2006/10/06 03:19:33
Line 1 
Line 1 
 /*      $OpenBSD$       */  /* $OpenBSD$ */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
Line 15 
Line 15 
   
 #ifndef PACKET_H  #ifndef PACKET_H
 #define PACKET_H  #define PACKET_H
   
   #include <termios.h>
   
 #include <openssl/bn.h>  #include <openssl/bn.h>
   

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