1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Clean up of formatting, and potential integer overflow fix

This commit is contained in:
Andres AG
2016-10-06 15:23:39 +01:00
committed by Simon Butcher
parent 2127932fb8
commit 8254b6c9f3
4 changed files with 8 additions and 8 deletions

View File

@ -48,7 +48,7 @@ struct mbedtls_cmac_context_t
/** Internal state of the CMAC algorithm */
unsigned char state[MBEDTLS_CIPHER_BLKSIZE_MAX];
/** Unprocessed data - either data that was not block aligned and is still
/** Unprocessed data - either data that was not block aligned and is still
* pending to be processed, or the final block */
unsigned char unprocessed_block[MBEDTLS_CIPHER_BLKSIZE_MAX];