OPENSSL_config

Load the named OpenSSL configuration file (deprecated; prefer CONF_modules_load_file).

Synopsis

Declared in <openssl/conf.h>

[[deprecated]]
void
OPENSSL_config(char const* config_name);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
config_nameConfiguration file name/section hint, or NULL for the default openssl.cnf.