=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/crc32.c,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- src/usr.bin/ssh/Attic/crc32.c 1999/11/24 00:26:01 1.4 +++ src/usr.bin/ssh/Attic/crc32.c 2000/09/01 18:23:19 1.4.2.1 @@ -6,7 +6,7 @@ */ #include "includes.h" -RCSID("$Id: crc32.c,v 1.4 1999/11/24 00:26:01 deraadt Exp $"); +RCSID("$OpenBSD: crc32.c,v 1.4.2.1 2000/09/01 18:23:19 jason Exp $"); #include "crc32.h" @@ -108,7 +108,7 @@ /* Return a 32-bit CRC of the contents of the buffer. */ unsigned int -crc32(const unsigned char *s, unsigned int len) +ssh_crc32(const unsigned char *s, unsigned int len) { unsigned int i; unsigned int crc32val;