Load the named OpenSSL configuration file (deprecated; prefer CONF_modules_load_file).
Declared in <openssl/conf.h>
[[deprecated]]
void
OPENSSL_config(char const* config_name);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| config_name | Configuration file name/section hint, or NULL for the default openssl.cnf. |