已合并
fix spelling erros of "extended". #984
fix spelling erros of "extended". #984
已合并
Dongjianwei001创建于 1月6日
1 个文件变更+2-2
@@ -624,7 +624,7 @@ int32_t HITLS_CFG_SetNoClientCertSupport(HITLS_Config *config, bool support);
624 * @retval HITLS_SUCCESS.624 * @retval HITLS_SUCCESS.
625 * @retval HITLS_NULL_INPUT, config is NULL625 * @retval HITLS_NULL_INPUT, config is NULL
626 */626 */
627-int32_t HITLS_CFG_SetExtenedMasterSecretSupport(HITLS_Config *config, bool support);627+int32_t HITLS_CFG_SetExtendedMasterSecretSupport(HITLS_Config *config, bool support);
628 628 
629/**629/**
630 * @ingroup hitls_config630 * @ingroup hitls_config
@@ -695,7 +695,7 @@ int32_t HITLS_CFG_GetNoClientCertSupport(HITLS_Config *config, bool *isSupport);
695 * @retval HITLS_SUCCESS, if successful.695 * @retval HITLS_SUCCESS, if successful.
696 * @retval HITLS_NULL_INPUT, config is null.696 * @retval HITLS_NULL_INPUT, config is null.
697 */697 */
698-int32_t HITLS_CFG_GetExtenedMasterSecretSupport(HITLS_Config *config, bool *isSupport);698+int32_t HITLS_CFG_GetExtendedMasterSecretSupport(HITLS_Config *config, bool *isSupport);
699 699 
700/**700/**
701 * @ingroup hitls_config701 * @ingroup hitls_config