diff options
author | 2005-07-20 15:56:40 +0000 | |
---|---|---|
committer | 2005-07-20 15:56:40 +0000 | |
commit | d76b9bfa9033e715c7730bc22d0b9213b23b35cd (patch) | |
tree | f229e6745c4a9eba81d62c30bc47b283806cdc26 /lib/libz/compress.c | |
parent | run from .OBJDIR (diff) | |
download | wireguard-openbsd-d76b9bfa9033e715c7730bc22d0b9213b23b35cd.tar.xz wireguard-openbsd-d76b9bfa9033e715c7730bc22d0b9213b23b35cd.zip |
Update to zlib 1.2.3; OK deraadt@
Diffstat (limited to 'lib/libz/compress.c')
-rw-r--r-- | lib/libz/compress.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libz/compress.c b/lib/libz/compress.c index 196a898a5aa..f501874fe22 100644 --- a/lib/libz/compress.c +++ b/lib/libz/compress.c @@ -1,6 +1,6 @@ -/* $OpenBSD: compress.c,v 1.5 2003/12/16 22:33:02 henning Exp $ */ +/* $OpenBSD: compress.c,v 1.6 2005/07/20 15:56:41 millert Exp $ */ /* compress.c -- compress a memory buffer - * Copyright (C) 1995-2002 Jean-loup Gailly. + * Copyright (C) 1995-2003 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ |