[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.2.2 and 1.5.2.3

version 1.5.2.2, 2000/11/08 21:30:41 version 1.5.2.3, 2001/03/12 15:44:10
Line 20 
Line 20 
  * 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 ssh_crc32(const unsigned char *buf, unsigned int len);  u_int ssh_crc32(const u_char *buf, u_int len);
   
 #endif                          /* CRC32_H */  #endif                          /* CRC32_H */

Legend:
Removed from v.1.5.2.2  
changed lines
  Added in v.1.5.2.3