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

version 1.3, 1999/11/23 22:25:53 version 1.4, 1999/11/24 00:26:01
Line 1 
Line 1 
 /* The implementation here was originally done by Gary S. Brown.  I have  /*
    borrowed the tables directly, and made some minor changes to the   * The implementation here was originally done by Gary S. Brown.
    crc32-function (including changing the interface). //ylo */   * I have borrowed the tables directly, and made some minor changes
    * to the crc32-function (including changing the interface).
    * //ylo
    */
   
 #include "includes.h"  #include "includes.h"
 RCSID("$Id$");  RCSID("$Id$");

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