CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/26 23:02:46
Modified files:
usr.bin/ssh/sshd: Makefile
usr.bin/ssh : auth2-pubkey.c auth.h auth.c
Added files:
usr.bin/ssh : auth2-pubkeyfile.c
Log message:
split the low-level file handling functions out from auth2-pubkey.c
Put them in a new auth2-pubkeyfile.c to make it easier to refer to them
(e.g. in unit/fuzz tests) without having to refer to everything else
pubkey auth brings in.
ok dtucker@
