From 0f345f5ee1e71e1e9f8780ec13b2da23b6a9f7f8 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 22 Mar 2002 01:51:24 +0000 Subject: - provos@cvs.openbsd.org 2002/03/18 17:31:54 [compress.c] export compression streams for ssh-privsep --- ChangeLog | 5 ++++- compress.c | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e6cbd5df0..8ee5bb9aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -56,6 +56,9 @@ - provos@cvs.openbsd.org 2002/03/18 17:25:29 [bufaux.c bufaux.h] buffer_skip_string and extra sanity checking; needed by ssh-privsep + - provos@cvs.openbsd.org 2002/03/18 17:31:54 + [compress.c] + export compression streams for ssh-privsep 20020317 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted, @@ -7902,4 +7905,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1941 2002/03/22 01:47:52 mouring Exp $ +$Id: ChangeLog,v 1.1942 2002/03/22 01:51:24 mouring Exp $ diff --git a/compress.c b/compress.c index e2efa6846..85a361d3a 100644 --- a/compress.c +++ b/compress.c @@ -12,15 +12,15 @@ */ #include "includes.h" -RCSID("$OpenBSD: compress.c,v 1.18 2002/03/16 11:24:53 markus Exp $"); +RCSID("$OpenBSD: compress.c,v 1.19 2002/03/18 17:31:54 provos Exp $"); #include "log.h" #include "buffer.h" #include "zlib.h" #include "compress.h" -static z_stream incoming_stream; -static z_stream outgoing_stream; +z_stream incoming_stream; +z_stream outgoing_stream; static int compress_init_send_called = 0; static int compress_init_recv_called = 0; static int inflate_failed = 0; -- cgit v1.2.3