revise sshkey_load_public(): remove ssh1 related comments, remove extra
authormarkus <markus@openbsd.org>
Tue, 30 May 2017 08:49:32 +0000 (08:49 +0000)
committermarkus <markus@openbsd.org>
Tue, 30 May 2017 08:49:32 +0000 (08:49 +0000)
commitc9c098b245d98e3d4d9fd82b93452dcc0d9491b0
treecc8149a1103cfd01ac1a8ceaea6d7e555cad5f7e
parent3f5deccaef4831af5025d73b24622502c456442f
revise sshkey_load_public(): remove ssh1 related comments, remove extra
open()/close() on keyfile, prevent leak of 'pub' if 'keyp' is NULL,
replace strlcpy+cat with asprintf; ok djm@
usr.bin/ssh/authfile.c