Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dapps.c1544 CONF *dbattr_conf = NULL; in load_index() local
1575 dbattr_conf = app_load_config_quiet(buf); in load_index()
1586 if (dbattr_conf) { in load_index()
1587 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject"); in load_index()
1599 NCONF_free(dbattr_conf); in load_index()