[#OSSL_LIB_CTX_load_config] = OSSL_LIB_CTX_load_config :mrdocs: Load providers and configuration directives from `config_file` into `ctx.` == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_LIB_CTX_load_config( xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* ctx, char const* config_file); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Library context to configure. | *config_file* | Path to an OpenSSL configuration file. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#