Fix typo
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
parent
cbefb6ba4d
commit
e40ae6bbed
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ typedef struct mbedtls_ccm_context
|
|||
size_t MBEDTLS_PRIVATE(tag_len); /*!< Total tag length */
|
||||
size_t MBEDTLS_PRIVATE(processed); /*!< Track how many bytes of input data
|
||||
were processed (chunked input).
|
||||
Used indepenedantly for both auth data
|
||||
Used independently for both auth data
|
||||
and plaintext/ciphertext.
|
||||
This variable is set to zero after
|
||||
auth data input is finished. */
|
||||
|
|
Loading…
Reference in a new issue