Adjust documentation of mbedtls_cipher_update_ad

This commit is contained in:
Andrzej Kurek 2019-02-08 06:50:55 -05:00
parent 57f04e56c1
commit 02f39ace58

View file

@ -682,7 +682,7 @@ int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx );
* \param ctx The generic cipher context. This must be initialized.
* \param ad The additional data to use. This must be a readable
* buffer of at least \p ad_len Bytes.
* \param ad_len The Length of \p ad Bytes.
* \param ad_len The length of \p ad in Bytes.
*
* \return \c 0 on success.
* \return A specific error code on failure.