=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/crc32.h,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 --- src/usr.bin/ssh/Attic/crc32.h 2000/04/14 10:30:31 1.5 +++ src/usr.bin/ssh/Attic/crc32.h 2000/09/01 18:23:19 1.5.2.1 @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: crc32.h,v 1.5 2000/04/14 10:30:31 markus Exp $"); */ +/* RCSID("$OpenBSD: crc32.h,v 1.5.2.1 2000/09/01 18:23:19 jason Exp $"); */ #ifndef CRC32_H #define CRC32_H @@ -22,6 +22,6 @@ * This computes a 32 bit CRC of the data in the buffer, and returns the CRC. * The polynomial used is 0xedb88320. */ -unsigned int crc32(const unsigned char *buf, unsigned int len); +unsigned int ssh_crc32(const unsigned char *buf, unsigned int len); #endif /* CRC32_H */