Home
last modified time | relevance | path

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

/scripts/
Dextract-cert.c82 static char *cert_dst; variable
90 wb = BIO_new_file(cert_dst, "wb"); in write_cert()
91 ERR(!wb, "%s", cert_dst); in write_cert()
94 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert()
115 cert_dst = argv[2]; in main()
119 FILE *f = fopen(cert_dst, "wb"); in main()
120 ERR(!f, "%s", cert_dst); in main()