diff options
author | 2004-12-03 03:06:36 +0000 | |
---|---|---|
committer | 2004-12-03 03:06:36 +0000 | |
commit | b967fc3596a3ae5923ff04f2279cdd3634f7c5ca (patch) | |
tree | 3422fc6cdb1d6967a9999c199234bbe4d5de63e0 /lib/libz/inffast.c | |
parent | this page documents zlib 1.2.1, not 1.1.4; (diff) | |
download | wireguard-openbsd-b967fc3596a3ae5923ff04f2279cdd3634f7c5ca.tar.xz wireguard-openbsd-b967fc3596a3ae5923ff04f2279cdd3634f7c5ca.zip |
update to zlib-1.21 (we already have the CAN-2004-0797 security fixes)
"in it goes" deraadt@, in the near-total absence of feedback from others
Diffstat (limited to 'lib/libz/inffast.c')
-rw-r--r-- | lib/libz/inffast.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libz/inffast.c b/lib/libz/inffast.c index 33b9feb54b7..2c3f664281f 100644 --- a/lib/libz/inffast.c +++ b/lib/libz/inffast.c @@ -1,6 +1,6 @@ -/* $OpenBSD: inffast.c,v 1.5 2003/12/17 00:28:19 millert Exp $ */ +/* $OpenBSD: inffast.c,v 1.6 2004/12/03 03:06:36 djm Exp $ */ /* inffast.c -- fast decoding - * Copyright (C) 1995-2003 Mark Adler + * Copyright (C) 1995-2004 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -20,7 +20,7 @@ - none No measurable difference: - Pentium III (Anderson) - - 68060 (Nikl) + - M68060 (Nikl) */ #ifdef POSTINC # define OFF 0 |