Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c649 krb5_config_section *tmp_cf; in main() local
674 tmp_cf = NULL; in main()
679 ret = krb5_config_parse_file_multi(context, *argv, &tmp_cf); in main()
686 dumpconfig(0, tmp_cf); in main()
688 return check_section(context, "", tmp_cf, toplevel_sections); in main()