summaryrefslogtreecommitdiff
path: root/lib/libz/crc32.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-12 00:26:31 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-12 00:26:31 +0000
commit09d05ff04856fed02e2cfa9a8a8b72e1074a59b4 (patch)
tree4e0612ba554b903b35e1a3ec5b9e97c8b1c04fe2 /lib/libz/crc32.c
parent1e1ccbf8f1be5a063a5e89a8019bbc6bb12c5fb1 (diff)
Update to zlib-1.1.4
Diffstat (limited to 'lib/libz/crc32.c')
-rw-r--r--lib/libz/crc32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libz/crc32.c b/lib/libz/crc32.c
index 8f0d2a14c26..0e83962c454 100644
--- a/lib/libz/crc32.c
+++ b/lib/libz/crc32.c
@@ -1,6 +1,6 @@
-/* $OpenBSD: crc32.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */
+/* $OpenBSD: crc32.c,v 1.4 2002/03/12 00:25:57 millert Exp $ */
/* crc32.c -- compute the CRC-32 of a data stream
- * Copyright (C) 1995-1998 Mark Adler
+ * Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/