DSO module initializer called when a CONF module is loaded.
Synopsis
Declared in <openssl/conf.h>
typedef int conf_init_func(CONF_IMODULE*, CONF const*);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
md |
Module instance being initialized. |
cnf |
Configuration object that triggered the load. |
Created with MrDocs