Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Dreq.c129 static CONF *req_conf = NULL; variable
588 req_conf = NULL; in req_main()
607 req_conf = config; in req_main()
609 if (req_conf == NULL) { in req_main()
633 if (req_conf != NULL) { in req_main()
634 if (!load_config(bio_err, req_conf)) in req_main()
675 X509V3_set_nconf(&ctx, req_conf); in req_main()
727 X509V3_set_nconf(&ctx, req_conf); in req_main()
916 X509V3_set_nconf(&ext_ctx, req_conf); in req_main()
1100 if ((req_conf != NULL) && (req_conf != config)) in req_main()
[all …]