CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/04 19:04:14
Modified files:
usr.bin/ssh : sshkey.c
Log message:
sshkey_unshield_private() contains a exact duplicate of the code in
private2_check_padding(). Pull private2_check_padding() up so the code
can be reused. From Martin Vahlensieck, ok deraadt@
