[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.8.2.4 and 1.8.2.5

version 1.8.2.4, 2001/05/07 21:09:29 version 1.8.2.5, 2001/09/27 00:15:42
Line 16 
Line 16 
 #ifndef CRC32_H  #ifndef CRC32_H
 #define CRC32_H  #define CRC32_H
   
 /*  u_int    ssh_crc32(const u_char *, u_int);
  * This computes a 32 bit CRC of the data in the buffer, and returns the CRC.  
  * The polynomial used is 0xedb88320.  
  */  
 u_int ssh_crc32(const u_char *buf, u_int len);  
   
 #endif                          /* CRC32_H */  #endif                          /* CRC32_H */

Legend:
Removed from v.1.8.2.4  
changed lines
  Added in v.1.8.2.5