mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Whitespace fixes; removed redundant parentheses
No semantic change.
This commit is contained in:
committed by
itayzafrir
parent
c425e87af7
commit
785fd55a39
@ -557,7 +557,7 @@ void import_export_public_key( char *hex,
|
||||
|
||||
psa_key_policy_init( &policy );
|
||||
|
||||
psa_key_policy_set_usage( &policy, PSA_KEY_USAGE_EXPORT,
|
||||
psa_key_policy_set_usage( &policy, PSA_KEY_USAGE_EXPORT,
|
||||
PSA_ALG_VENDOR_FLAG );
|
||||
|
||||
TEST_ASSERT( psa_set_key_policy( slot, &policy ) == PSA_SUCCESS );
|
||||
@ -580,7 +580,6 @@ void import_export_public_key( char *hex,
|
||||
if( status != PSA_SUCCESS )
|
||||
goto destroy;
|
||||
|
||||
|
||||
TEST_ASSERT( exported_length == (size_t) public_key_expected_length );
|
||||
|
||||
destroy:
|
||||
|
Reference in New Issue
Block a user