Make the arguments to match_principals_command() similar to
authorjsing <jsing@openbsd.org>
Mon, 15 Jun 2015 18:42:19 +0000 (18:42 +0000)
committerjsing <jsing@openbsd.org>
Mon, 15 Jun 2015 18:42:19 +0000 (18:42 +0000)
commit490cd472af5014e11caa7d5f1dc3f74d2eb4b951
treeb659e781f221b213cf30553aaa5e09e154ecfd5c
parentfdf48840afcb0edb6aa524eb2ece0ee9a2c72776
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@
usr.bin/ssh/auth2-pubkey.c