Rework mbedtls_test_param_failed_get_state_buf()
Rework mbedtls_test_param_failed_get_state_buf() and its documentation. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
d8902b6e3d
commit
bf4f40883e
2 changed files with 15 additions and 5 deletions
|
@ -211,7 +211,7 @@ int mbedtls_test_param_failed_check_expected_call( void )
|
|||
|
||||
void* mbedtls_test_param_failed_get_state_buf( void )
|
||||
{
|
||||
return ¶m_failed_ctx.state[0];
|
||||
return ¶m_failed_ctx.state;
|
||||
}
|
||||
|
||||
void mbedtls_test_param_failed_reset_state( void )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue