CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2025/04/15 03:22:25
Modified files: usr.bin/ssh : ssh-agent.c Log message: Cast signalled_keydrop to int when logging to prevent warning on platforms where sig_atomic_t is not the same as int. bz#3811, patch from jlduran at gmail com.