[BACK]Return to crc32.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/crc32.c between version 1.5 and 1.6

version 1.5, 2000/06/20 01:39:40 version 1.6, 2000/08/19 02:17:12
Line 108 
Line 108 
 /* Return a 32-bit CRC of the contents of the buffer. */  /* Return a 32-bit CRC of the contents of the buffer. */
   
 unsigned int  unsigned int
 crc32(const unsigned char *s, unsigned int len)  ssh_crc32(const unsigned char *s, unsigned int len)
 {  {
         unsigned int i;          unsigned int i;
         unsigned int crc32val;          unsigned int crc32val;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6