CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/05 08:02:06
Modified files:
usr.bin/openssl: apps.h apps_posix.c s_time.c speed.c
Log message:
Seperate real and user timer interfaces
Use more descriptive names, and make it clearer that real and user
timers work on different static storage. The end goal is to be able to
reuse those timer functions, instead of inlining other timer
implementations subject to clock jumps.
Discussed with Scott Cheloha
