[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 and 1.21.8.1

version 1.21, 2004/01/13 19:45:15 version 1.21.8.1, 2006/10/06 03:19:32
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 11 
Line 12 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 #include "includes.h"  #include <sys/types.h>
 RCSID("$OpenBSD$");  
   
   #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  
changed lines
  Added in v.1.21.8.1