let sshkey_try_load_public() load public keys from the unencrypted
authordjm <djm@openbsd.org>
Wed, 8 Apr 2020 00:10:37 +0000 (00:10 +0000)
committerdjm <djm@openbsd.org>
Wed, 8 Apr 2020 00:10:37 +0000 (00:10 +0000)
commit548504ed6554dea33bc8a2c7ec77cd930df96244
tree54b81976e19596e2c358f36ba73902c536cb0e97
parentcdca007c8eb0a50b141fc31f91b969dda0b99413
let sshkey_try_load_public() load public keys from the unencrypted
envelope of private key files if not sidecar public key file is
present.

ok markus@
usr.bin/ssh/authfile.c