=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/crc32.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ssh/Attic/crc32.h 1999/10/01 18:18:56 1.2 +++ src/usr.bin/ssh/Attic/crc32.h 1999/11/24 00:26:01 1.3 @@ -1,20 +1,20 @@ /* + * + * crc32.h + * + * Author: Tatu Ylonen + * + * Copyright (c) 1992 Tatu Ylonen, Espoo, Finland + * All rights reserved + * + * Created: Tue Feb 11 14:37:27 1992 ylo + * + * Functions for computing 32-bit CRC. + * + */ -crc32.h +/* RCSID("$Id: crc32.h,v 1.3 1999/11/24 00:26:01 deraadt Exp $"); */ -Author: Tatu Ylonen - -Copyright (c) 1992 Tatu Ylonen, Espoo, Finland - All rights reserved - -Created: Tue Feb 11 14:37:27 1992 ylo - -Functions for computing 32-bit CRC. - -*/ - -/* RCSID("$Id: crc32.h,v 1.2 1999/10/01 18:18:56 deraadt Exp $"); */ - #ifndef CRC32_H #define CRC32_H @@ -22,4 +22,4 @@ CRC. The polynomial used is 0xedb88320. */ unsigned int crc32(const unsigned char *buf, unsigned int len); -#endif /* CRC32_H */ +#endif /* CRC32_H */