Undo documentation change in ARIA, Blowfish, Camellia modules

This commit is contained in:
Hanno Becker 2018-12-18 12:45:06 +00:00
parent 6640b0d9a3
commit 03f2ffa7bc
3 changed files with 3 additions and 3 deletions

View file

@ -191,7 +191,7 @@ int mbedtls_aria_crypt_ecb( mbedtls_aria_context *ctx,
* \param input The buffer holding the input data.
* \param output The buffer holding the output data.
*
* \return \c 0 on success, or #MBEDTLS_ERR_ARIA_BAD_INPUT_DATA
* \return \c 0 on success, or #MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH
* on failure.
*/
int mbedtls_aria_crypt_cbc( mbedtls_aria_context *ctx,