[BACK]Return to packet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/packet.c between version 1.45 and 1.46

version 1.45, 2001/01/19 15:55:11 version 1.46, 2001/01/21 19:05:53
Line 43 
Line 43 
 #include "buffer.h"  #include "buffer.h"
 #include "packet.h"  #include "packet.h"
 #include "bufaux.h"  #include "bufaux.h"
 #include "ssh.h"  
 #include "crc32.h"  #include "crc32.h"
 #include "getput.h"  #include "getput.h"
   
Line 62 
Line 61 
 #include "cipher.h"  #include "cipher.h"
 #include "kex.h"  #include "kex.h"
 #include "hmac.h"  #include "hmac.h"
   #include "log.h"
   #include "canohost.h"
   
 #ifdef PACKET_DEBUG  #ifdef PACKET_DEBUG
 #define DBG(x) x  #define DBG(x) x

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46