Register the built‐in OpenSSL CONF module that loads ENGINE sections.
Synopsis
Declared in <openssl/engine.h>
[[deprecated]]
void
ENGINE_add_conf_module();
|
Warning
|
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.
Created with MrDocs