1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Fix documentation

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2021-10-20 11:18:37 +02:00
parent 61bf64fbd0
commit da20651b73

View File

@@ -236,9 +236,9 @@ void mbedtls_cf_memcpy_offset( unsigned char *dest,
* This must be no less than \p min_data_len and no
* greater than \p max_data_len.
* \param min_data_len The minimal length of the second part of the
* message, read from /p data.
* message, read from \p data.
* \param max_data_len The maximal length of the second part of the
* message, read from /p data.
* message, read from \p data.
* \param output The HMAC will be written here. This must point to
* a writable buffer of sufficient size to hold the
* HMAC value.