Return the CONF_MFLAGS_* control flags stored on a loaded module instance.
Synopsis
Declared in <openssl/conf.h>
unsigned long
CONF_imodule_get_flags(CONF_IMODULE const* md);
Return Value
Bitmask of CONF_MFLAGS_* values.
Parameters
Name |
Description |
md |
Module instance whose flags are queried. |
Created with MrDocs