CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/11 10:07:36
Modified files:
usr.bin/openssl: s_time.c
Log message:
Refactor the nearly identical benchmark loops into a single loop.
Move all of the benchmark code -- loop initialization, the loops, and
the report printing -- into a new function, benchmark(). Eliminates
lots of duplicate code.
Regressions to 1.20 caught by tb@ and inoguchi@. Tweaked by tb@.
ok tb@, jsing@
