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.c22 static CONF_METHOD *default_CONF_method = NULL; variable
28 if (default_CONF_method == NULL) in CONF_set_nconf()
29 default_CONF_method = NCONF_default(); in CONF_set_nconf()
31 default_CONF_method->init(conf); in CONF_set_nconf()
42 default_CONF_method = meth; in CONF_set_default_method()