Use a monotonic clock for the benchmark timeout.
authorcheloha <cheloha@openbsd.org>
Wed, 22 Aug 2018 20:36:24 +0000 (20:36 +0000)
committercheloha <cheloha@openbsd.org>
Wed, 22 Aug 2018 20:36:24 +0000 (20:36 +0000)
commitce92332ec2422c84ce52a8a75bf45beb19524d62
tree14826e70af2dfe1434a8d8e8ec0b7338d1232d55
parentbba16f07e6cb778ee551aac985dcc3b74eeb23b2
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@
usr.bin/openssl/s_time.c