mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-14 01:25:28 -04:00
Temporary addition of an empty assert to satisfy the compiler
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
parent
bcd2b4b972
commit
358e588b32
@ -447,6 +447,14 @@ void aes_misc_params( )
|
|||||||
TEST_ASSERT( mbedtls_aes_crypt_ofb( &aes_ctx, 16, &size, out, in, out )
|
TEST_ASSERT( mbedtls_aes_crypt_ofb( &aes_ctx, 16, &size, out, in, out )
|
||||||
== MBEDTLS_ERR_AES_BAD_INPUT_DATA );
|
== MBEDTLS_ERR_AES_BAD_INPUT_DATA );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* The following line needs to be added to make the code compilable
|
||||||
|
* when all the conditions above will be not define in a specific
|
||||||
|
* choice of features.
|
||||||
|
*/
|
||||||
|
TEST_ASSERT( 1 );
|
||||||
|
/* TODO: It will be removed when the whole test will be reworked */
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user