Home
last modified time | relevance | path

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

/external/openssl/apps/
Dreq.c153 static CONF *req_conf=NULL; variable
197 req_conf = NULL; in MAIN()
468 req_conf=NCONF_new(NULL); in MAIN()
469 i=NCONF_load(req_conf,template,&errline); in MAIN()
478 req_conf=config; in MAIN()
480 if (req_conf == NULL) in MAIN()
491 if (req_conf != NULL) in MAIN()
493 if (!load_config(bio_err, req_conf)) in MAIN()
495 p=NCONF_get_string(req_conf,NULL,"oid_file"); in MAIN()
517 if(!add_oid_section(bio_err, req_conf)) goto end; in MAIN()
[all …]