openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_CFG_SetVersionForbid()

int32_t HITLS_CFG_SetVersionForbid ( HITLS_Config config,
uint32_t  noVersion 
)

Setting the disabled version number.

参数
config[OUT] Config handle
noversion[IN] Disabled version number.
返回值
HITLS_SUCCESS,ifsuccessful.
HITLS_NULL_INPUT,configis null.