[#ENGINE_add_conf_module] = ENGINE_add_conf_module :mrdocs: Register the built‐in OpenSSL CONF module that loads ENGINE sections. == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void ENGINE_add_conf_module(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Description After this call, configuration files may contain an [engines]module that loads and configures ENGINE implementations at library init time. [.small]#Created with https://www.mrdocs.com[MrDocs]#