Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Dreq.c134 BIO *addext_bio; member
182 req_config.addext_bio = BIO_new(BIO_s_mem()); in req_opt_addext()
184 req_config.addext_bio == NULL) in req_opt_addext()
190 if (i < 0 || BIO_printf(req_config.addext_bio, "%s\n", arg) < 0) in req_opt_addext()
618 if (req_config.addext_bio != NULL) { in req_main()
625 if (!NCONF_load_bio(addext_conf, req_config.addext_bio, &errline)) { in req_main()
1103 BIO_free(req_config.addext_bio); in req_main()