Store an opaque application pointer on a loaded configuration module instance.
Declared in <openssl/conf.h>
void
CONF_imodule_set_usr_data(
CONF_IMODULE* md,
void* usr_data);
| Name | Description |
|---|---|
| md | Module instance to update. |
| usr_data | Caller-owned pointer retrieved later with CONF_imodule_get_usr_data(). |