CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/19 07:13:25
Modified files:
usr.sbin/acme-client: main.c util.c
Log message:
Kill the SIGPIPE signal handler which is installed around write opertations.
Instead just SIG_IGN SIGPIPE in main.c for all of acme-client.
More work to be done here but at least this distraction is gone.
OK florian@ deraadt@ op@
