Searched refs:certsoutfile (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/apps/
H A Dcms.c112 char *certsoutfile = NULL; local
371 certsoutfile = *++args;
722 if (certsoutfile) {
725 if (!save_certs(certsoutfile, allcerts)) {
727 "Error writing certs to %s\n", certsoutfile);

Completed in 46 milliseconds