Searched refs:cert_dst (Results 1 – 1 of 1) sorted by relevance
80 static char *cert_dst; variable88 wb = BIO_new_file(cert_dst, "wb"); in write_cert()89 ERR(!wb, "%s", cert_dst); in write_cert()92 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert()113 cert_dst = argv[2]; in main()117 FILE *f = fopen(cert_dst, "wb"); in main()118 ERR(!f, "%s", cert_dst); in main()