Home
last modified time | relevance | path

Searched refs:final_opts (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth2-pubkey.c487 struct sshauthopt *final_opts = NULL; in user_cert_trusted_ca() local
545 final_opts = cert_opts; in user_cert_trusted_ca()
553 if ((final_opts = sshauthopt_merge(principals_opts, in user_cert_trusted_ca()
569 *authoptsp = final_opts; in user_cert_trusted_ca()
570 final_opts = NULL; in user_cert_trusted_ca()
576 sshauthopt_free(final_opts); in user_cert_trusted_ca()