mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-29 17:31:49 +08:00
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
@ -1852,7 +1852,7 @@ void asymmetric_encrypt_decrypt( data_t *key_data,
|
|||||||
/* We don't know what ciphertext length to expect, but check that
|
/* We don't know what ciphertext length to expect, but check that
|
||||||
* it looks sensible. */
|
* it looks sensible. */
|
||||||
TEST_ASSERT( output_length <= output_size );
|
TEST_ASSERT( output_length <= output_size );
|
||||||
|
|
||||||
if ( expected_status_encrypt == PSA_SUCCESS )
|
if ( expected_status_encrypt == PSA_SUCCESS )
|
||||||
{
|
{
|
||||||
if ( fake_output_encrypt->len > 0 )
|
if ( fake_output_encrypt->len > 0 )
|
||||||
@ -1906,4 +1906,4 @@ exit:
|
|||||||
mbedtls_free( output2 );
|
mbedtls_free( output2 );
|
||||||
PSA_DONE( );
|
PSA_DONE( );
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user