mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Newlines at end of file + trim trailing whitespace
Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
This commit is contained in:
@ -2501,7 +2501,7 @@ psa_status_t psa_driver_wrapper_key_agreement(
|
||||
shared_secret_size,
|
||||
shared_secret_length );
|
||||
return( status );
|
||||
|
||||
|
||||
default:
|
||||
(void) attributes;
|
||||
(void) key_buffer;
|
||||
@ -2512,7 +2512,7 @@ psa_status_t psa_driver_wrapper_key_agreement(
|
||||
(void) shared_secret_size;
|
||||
(void) shared_secret_length;
|
||||
return( PSA_ERROR_NOT_SUPPORTED );
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user