CVSROOT: /cvs Module name: src Changes by: jos...@cvs.openbsd.org 2025/05/24 23:05:30
Modified files: usr.bin/openssl: speed.c Log message: openssl speed: clean up time_f Rename Time_F to time_f and tidy up implementation and usage. time_f still uses app_timer_{user,real}, which I will clean up in a future commit. ok jsing