|  | ◆ BSL_LOG_GetVersion()
      
        
          | int32_t BSL_LOG_GetVersion | ( | char * | version, |  
          |  |  | uint32_t * | versionLen |  
          |  | ) |  |  |  
Obtain the openHiTLS version string.  AttentionThe length of the received version string must be greater than or equal to HITLS_VERSION_LEN. 
 Parameters
  
    | version | [OUT] openHiTLS current version string. |  | versionLen | [IN/OUT] String length of the current openHiTLS version. | 
 Return values
  
    | BSL_SUCCESS,if | success. |  | #BSL_LOG_ERR_MEMCPY,memory | copy failure. | 
 |