[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.3 and 1.4

version 1.3, 1999/11/24 00:26:01 version 1.4, 1999/11/24 19:53:46
Line 18 
Line 18 
 #ifndef CRC32_H  #ifndef CRC32_H
 #define CRC32_H  #define CRC32_H
   
 /* This computes a 32 bit CRC of the data in the buffer, and returns the  /*
    CRC.  The polynomial used is 0xedb88320. */   * This computes a 32 bit CRC of the data in the buffer, and returns the CRC.
    * The polynomial used is 0xedb88320.
    */
 unsigned int crc32(const unsigned char *buf, unsigned int len);  unsigned int crc32(const unsigned char *buf, unsigned int len);
   
 #endif                          /* CRC32_H */  #endif                          /* CRC32_H */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4