mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-27 13:36:01 +08:00
adjust indentation per Mbed TLS standards
This commit is contained in:
parent
2cab25aacf
commit
a28258c594
@ -989,7 +989,7 @@ psa_status_t psa_mac_start( psa_mac_operation_t *operation,
|
|||||||
return( status );
|
return( status );
|
||||||
slot = &global_data.key_slots[key];
|
slot = &global_data.key_slots[key];
|
||||||
|
|
||||||
if ( ( slot->policy.usage & PSA_KEY_USAGE_SIGN ) != 0 )
|
\ ( slot->policy.usage & PSA_KEY_USAGE_SIGN ) != 0 )
|
||||||
operation->key_usage_sign = 1;
|
operation->key_usage_sign = 1;
|
||||||
|
|
||||||
if( ( slot->policy.usage & PSA_KEY_USAGE_VERIFY ) != 0 )
|
if( ( slot->policy.usage & PSA_KEY_USAGE_VERIFY ) != 0 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user