CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/25 17:46:17
Modified files:
usr.bin/ssh : authfd.c
Log message:
factor out common code in the agent client
Add a ssh_request_reply_decode() function that sends a message to
the agent, reads and parses a success/failure reply.
Use it for all requests that only expect success/failure
ok markus@
