Home | History | Annotate | Download | only in apps

Lines Matching refs:extconf

233 static CONF *extconf=NULL;
980 extconf = NCONF_new(NULL);
981 if (NCONF_load(extconf,extfile,&errorline) <= 0)
997 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
1075 if (!extconf)
1544 NCONF_free(extconf);
2055 if (extconf)
2060 /* Use the extconf configuration db LHASH */
2061 X509V3_set_nconf(&ctx, extconf);
2067 if (!X509V3_EXT_add_nconf(extconf, &ctx, ext_sect,ret))