Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dca.c1100 BIO *Cout = NULL; in ca_main() local
1137 Cout = BIO_new_file(new_cert, "w"); in ca_main()
1138 if (Cout == NULL) { in ca_main()
1142 write_new_certificate(Cout, xi, 0, notext); in ca_main()
1144 BIO_free_all(Cout); in ca_main()