mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Addition of ommited part of code review follow-up
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
@ -27,6 +27,9 @@ void aria_invalid_param( )
|
||||
|
||||
((void) iv_off);
|
||||
((void) iv);
|
||||
((void) ctx);
|
||||
((void) input);
|
||||
((void) output);
|
||||
|
||||
#if defined(MBEDTLS_CIPHER_MODE_CBC)
|
||||
TEST_EQUAL( MBEDTLS_ERR_ARIA_BAD_INPUT_DATA,
|
||||
|
Reference in New Issue
Block a user