Home
last modified time | relevance | path

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

/third_party/openssl/crypto/conf/
Dconf_lib.c21 static CONF_METHOD *default_CONF_method = NULL; variable
27 if (default_CONF_method == NULL) in CONF_set_nconf()
28 default_CONF_method = NCONF_default(); in CONF_set_nconf()
30 default_CONF_method->init(conf); in CONF_set_nconf()
41 default_CONF_method = meth; in CONF_set_default_method()