mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
Fix brace placement
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
39fb9d170b
commit
aa3a6e4ea7
@ -3719,7 +3719,8 @@ static psa_status_t psa_aead_check_nonce_length( psa_algorithm_t alg,
|
|||||||
return( PSA_ERROR_INVALID_ARGUMENT );
|
return( PSA_ERROR_INVALID_ARGUMENT );
|
||||||
}
|
}
|
||||||
|
|
||||||
static psa_status_t psa_aead_check_algorithm( psa_algorithm_t alg ) {
|
static psa_status_t psa_aead_check_algorithm( psa_algorithm_t alg )
|
||||||
|
{
|
||||||
if( !PSA_ALG_IS_AEAD( alg ) || PSA_ALG_IS_WILDCARD( alg ) )
|
if( !PSA_ALG_IS_AEAD( alg ) || PSA_ALG_IS_WILDCARD( alg ) )
|
||||||
return( PSA_ERROR_INVALID_ARGUMENT );
|
return( PSA_ERROR_INVALID_ARGUMENT );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user