+Mon May 20 17:15:32 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * t_shs.c (main): Don't do timing tests; it takes too long!
+
Tue May 14 17:09:36 1996 Richard Basch <basch@lehman.com>
* .Sanitize: reflect current files
puts( "passed, result= 3232AFFA48628A26653B5AAA44541FD90D690603" );
#endif /* NEW_SHS */
+#if 0
printf( "\nTesting speed for 100MB data... " );
shsInit( &shsInfo );
secondCount = time( NULL );
secondCount = time( NULL ) - secondCount;
printf( "done. Time = %ld seconds, %ld kbytes/second.\n", \
secondCount, 100500L / secondCount );
+#endif
puts( "\nAll SHS tests passed" );
exit( OK );