CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/04 22:34:09
Modified files:
usr.bin/ssh : auth.c auth2-hostbased.c auth2-none.c
auth2-pubkeyfile.c auth2.c authfd.c dispatch.c
kexgexs.c readconf.c servconf.c serverloop.c
session.c ssh-agent.c ssh-dss.c ssh-rsa.c
sshconnect.c
Log message:
Remove unused compat.h includes. We've previously removed a lot
of the really old compatibility code, and with it went the need to
include compat.h in most of the files that have it.
