[#OPENSSL_config] = OPENSSL_config :mrdocs: Load the named OpenSSL configuration file (deprecated; prefer CONF_modules_load_file). == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void OPENSSL_config(char const* config_name); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *config_name* | Configuration file name/section hint, or NULL for the default openssl.cnf. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#