test_suite_psa_crypto_driver_wrappers.function: trim trailing whitespace
Signed-off-by: Przemyslaw Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
06a9fee67d
commit
de13365cf6
1 changed files with 2 additions and 2 deletions
|
@ -1852,7 +1852,7 @@ void asymmetric_encrypt_decrypt( data_t *key_data,
|
|||
/* We don't know what ciphertext length to expect, but check that
|
||||
* it looks sensible. */
|
||||
TEST_ASSERT( output_length <= output_size );
|
||||
|
||||
|
||||
if ( expected_status_encrypt == PSA_SUCCESS )
|
||||
{
|
||||
if ( fake_output_encrypt->len > 0 )
|
||||
|
@ -1906,4 +1906,4 @@ exit:
|
|||
mbedtls_free( output2 );
|
||||
PSA_DONE( );
|
||||
}
|
||||
/* END_CASE */
|
||||
/* END_CASE */
|
||||
|
|
Loading…
Reference in a new issue