Searched refs:bio_c_msg (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/crypto/openssl/apps/
H A Ds_client.c228 static BIO *bio_c_msg = NULL; variable
887 bio_c_msg = BIO_new_file(*(++argv), "w");
1268 if (c_msg && !bio_c_msg)
1269 bio_c_msg = BIO_new_fp(stdout, BIO_NOCLOSE);
1532 SSL_set_msg_callback_arg(con, bio_c_msg ? bio_c_msg : bio_c_out);
2134 if (bio_c_msg != NULL) {
2135 BIO_free(bio_c_msg);
2136 bio_c_msg = NULL;

Completed in 103 milliseconds