CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/22 14:36:24
Modified files:
usr.bin/openssl: s_time.c
Log message:
Use a monotonic clock for the benchmark timeout.
While here, we don't need the app_timer_* wrapper function, it only
obfuscates things, so delete it. Also while here, totalTime only needs
to be assigned once.
ok tb@
