Searched refs:cert_dst (Results 1 – 1 of 1) sorted by relevance
73 static char *cert_dst; variable81 wb = BIO_new_file(cert_dst, "wb"); in write_cert()82 ERR(!wb, "%s", cert_dst); in write_cert()85 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert()106 cert_dst = argv[2]; in main()110 FILE *f = fopen(cert_dst, "wb"); in main()111 ERR(!f, "%s", cert_dst); in main()