Merge pull request #97 from DavidLin1577/patch-12

Fixed typo: 'lenght' in qclould-iot-explorer-sdk
This commit is contained in:
Arthur 2020-02-16 20:15:22 +08:00 committed by GitHub
commit 7350af78ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ void utils_md5_process(iot_md5_context *ctx, const unsigned char data[64]);
* @brief Output = MD5( input buffer )
*
* @param input data input
* @param ilen data lenght
* @param ilen data length
* @param output MD5 result
*/
void utils_md5(const unsigned char *input, size_t ilen, unsigned char output[16]);