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

Diff for /src/usr.bin/ssh/Attic/compress.c between version 1.21.10.1 and 1.22

version 1.21.10.1, 2006/09/30 04:06:50 version 1.22, 2006/03/19 18:51:18
Line 1 
Line 1 
 /* $OpenBSD$ */  
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Line 12 
Line 11 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 #include <sys/types.h>  #include "includes.h"
   
 #include <stdarg.h>  
 #include <zlib.h>  
   
 #include "log.h"  #include "log.h"
 #include "buffer.h"  #include "buffer.h"
   #include "zlib.h"
 #include "compress.h"  #include "compress.h"
   
 z_stream incoming_stream;  z_stream incoming_stream;

Legend:
Removed from v.1.21.10.1  
changed lines
  Added in v.1.22