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

Diff for /src/usr.bin/ssh/Attic/crc32.h between version 1.5 and 1.5.2.1

version 1.5, 2000/04/14 10:30:31 version 1.5.2.1, 2000/09/01 18:23:19
Line 13 
Line 13 
  *   *
  */   */
   
 /* RCSID("$Id$"); */  /* RCSID("$OpenBSD$"); */
   
 #ifndef CRC32_H  #ifndef CRC32_H
 #define CRC32_H  #define CRC32_H
Line 22 
Line 22 
  * This computes a 32 bit CRC of the data in the buffer, and returns the CRC.   * This computes a 32 bit CRC of the data in the buffer, and returns the CRC.
  * The polynomial used is 0xedb88320.   * 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 */  #endif                          /* CRC32_H */

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