Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcmp.c143 static char *opt_chainout = NULL; variable
728 { &opt_certout }, { &opt_chainout },
1855 if (opt_chainout != NULL) in setup_request_ctx()
3104 opt_chainout = opt_str(); in get_opts()
3921 && opt_certout != NULL && opt_chainout != NULL in cmp_main()
3922 && strcmp(opt_certout, opt_chainout) == 0) { in cmp_main()
3927 if (!save_free_certs(newchain, opt_chainout, "newly enrolled cert and chain")) in cmp_main()
3930 if (save_free_certs(newchain, opt_chainout, "chain") < 0 in cmp_main()