]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream commit
authorjsing@openbsd.org <jsing@openbsd.org>
Mon, 15 Jun 2015 18:42:19 +0000 (18:42 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 17 Jun 2015 12:12:04 +0000 (22:12 +1000)
commitaff3e94c0d75d0d0fa84ea392b50ab04f8c57905
tree665b0614a5452d2050fcdf0288139697609aea2b
parent97e2e1596c202a4693468378b16b2353fd2d6c5e
upstream commit

Make the arguments to match_principals_command() similar
 to match_principals_file(), by changing the last argument a struct
 sshkey_cert * and dereferencing key->cert in the caller.

No functional change.

ok djm@

Upstream-ID: 533f99b844b21b47342b32b62e198dfffcf8651c
auth2-pubkey.c