* t_crc.c (main): Don't run timing test for now
authorKen Raeburn <raeburn@mit.edu>
Sun, 1 May 2005 08:15:21 +0000 (08:15 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 1 May 2005 08:15:21 +0000 (08:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17206 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/crc32/ChangeLog
src/lib/crypto/crc32/t_crc.c

index 6cfabdbf12f92760b5b613203cf3246e25c2559b..effa4ebfb6f6236682dedd24436c493315e6f3d7 100644 (file)
@@ -1,3 +1,7 @@
+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
index 256f9318f500c520d71a4619782f865d7dea64cf..e8a353a0bf6ea76e31c68b7007bb15e9079662d0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * 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
@@ -205,7 +205,9 @@ verify(void)
 int
 main(void)
 {
+#if 0
     timetest(64*1024, 1024);
+#endif
     verify();
     exit(0);
 }