CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2024/07/12 01:15:28
Modified files: usr.bin/openssl: speed.c Log message: use sigaction() to setup SIGARLM so we can set SA_RESTART, and remove the re-arming in the handler. Better than using siginterrupt(), and avoids the errno saving requirement in the handler also. ok guenther millert