Deleted Added
full compact
34c34
< * logic; the shift must be unsigned (bring in zeroes). On some
---
> * logic; the shift must be u_(bring in zeroes). On some
42c42
< RCSID("$OpenBSD: crc32.c,v 1.7 2000/09/07 20:27:51 deraadt Exp $");
---
> RCSID("$OpenBSD: crc32.c,v 1.8 2000/12/19 23:17:56 markus Exp $");
46c46
< static unsigned int crc32_tab[] = {
---
> static u_int crc32_tab[] = {
103,104c103,104
< unsigned int
< ssh_crc32(const unsigned char *s, unsigned int len)
---
> u_int
> ssh_crc32(const u_char *s, u_int len)
106,107c106,107
< unsigned int i;
< unsigned int crc32val;
---
> u_int i;
> u_int crc32val;