Return a newly allocated path to the default OpenSSL configuration file.
Synopsis
Declared in <openssl/conf.h>
char*
CONF_get1_default_config_file();
Return Value
Heap string (free with OPENSSL_free()), or NULL on failure.
Created with MrDocs