[#CONF_get1_default_config_file] = CONF_get1_default_config_file :mrdocs: Return a newly allocated path to the default OpenSSL configuration file. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char* CONF_get1_default_config_file(); ---- == Return Value Heap string (free with OPENSSL_free()), or NULL on failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#