CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/11 10:35:38
Modified files:
bin/md5 : md5.c
Log message:
Use getrusage(2) for the built-in time trial instead of getttimeofday(2).
This makes it possible to measure just the ellapsed user time, which
is what we really care about when benchmarking an algorithm.
OK deraadt@
