+2005-05-01 Ken Raeburn <raeburn@mit.edu>
+
+ * t_crc.c (main): Don't run timing test for now.
+
2005-01-07 Ken Raeburn <raeburn@mit.edu>
* crc-32.h (mit_crc32): Remove gratuitous "const" in argument
/*
* lib/crypto/crc32/t_crc.c
*
- * Copyright 2002 by the Massachusetts Institute of Technology.
+ * Copyright 2002,2005 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
int
main(void)
{
+#if 0
timetest(64*1024, 1024);
+#endif
verify();
exit(0);
}