[#CONF_set_default_method] = CONF_set_default_method :mrdocs: Set the default CONF_METHOD used by the legacy CONF_load family. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int CONF_set_default_method(xref:CONF_METHOD.adoc[CONF_METHOD]* meth); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *meth* | Method implementation to install as the process default. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#