mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Newlines at end of file + trim trailing whitespace
Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
This commit is contained in:
parent
17845b8f71
commit
40c05cc8e4
5 changed files with 31 additions and 31 deletions
|
|
@ -58,7 +58,7 @@ psa_status_t mbedtls_test_transparent_key_agreement(
|
|||
return( PSA_SUCCESS );
|
||||
}
|
||||
|
||||
return( psa_key_agreement_raw_builtin(
|
||||
return( psa_key_agreement_raw_builtin(
|
||||
attributes,
|
||||
key_buffer,
|
||||
key_buffer_size,
|
||||
|
|
@ -70,4 +70,4 @@ psa_status_t mbedtls_test_transparent_key_agreement(
|
|||
shared_secret_length ) );
|
||||
}
|
||||
|
||||
#endif /* MBEDTLS_PSA_CRYPTO_DRIVERS && PSA_CRYPTO_DRIVER_TEST */
|
||||
#endif /* MBEDTLS_PSA_CRYPTO_DRIVERS && PSA_CRYPTO_DRIVER_TEST */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue