[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.4 and 1.4.2.1

version 1.4, 1999/11/24 00:26:01 version 1.4.2.1, 2000/09/01 18:23:19
Line 6 
Line 6 
  */   */
   
 #include "includes.h"  #include "includes.h"
 RCSID("$Id$");  RCSID("$OpenBSD$");
   
 #include "crc32.h"  #include "crc32.h"
   
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.4  
changed lines
  Added in v.1.4.2.1