Define AVS_COMMONS_HAVE_DLSYM
Defined in File avs_commons_config.h
Define Documentation
-
AVS_COMMONS_HAVE_DLSYM
Is the
dlsym()function available?This is currently only used if AVS_COMMONS_WITH_MBEDTLS_PKCS11_ENGINE is enabled. If enabled, the PKCS#11 module is loaded dynamically from a library specified by the
PKCS11_MODULE_PATHenvironment variable. If disabled, a function with the following signature, realizing the PKCS#11C_GetFunctionListmethod, must be provided manually: