Searched refs:cert_dst (Results 1 – 1 of 1) sorted by relevance
48 static char *cert_dst; variable56 wb = BIO_new_file(cert_dst, "wb"); in write_cert()57 ERR(!wb, "%s", cert_dst); in write_cert()60 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert()144 cert_dst = argv[2]; in main()148 FILE *f = fopen(cert_dst, "wb"); in main()149 ERR(!f, "%s", cert_dst); in main()