Skip to content

Commit b1b08a6

Browse files
committed
compliance error
1 parent 1882496 commit b1b08a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/crypto/psa_crypto/src/key_agreement.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ZTEST(psa_crypto_test, test_key_agreement_ecdh_25519)
4444
psa_set_key_type(&attributes, PSA_KEY_TYPE_ECC_KEY_PAIR(PSA_ECC_FAMILY_MONTGOMERY));
4545
psa_set_key_usage_flags(&attributes, PSA_KEY_USAGE_DERIVE);
4646
psa_set_key_algorithm(&attributes, PSA_ALG_ECDH);
47-
if (IS_ENABLED(CONFIG_TEST_WRAPPED_KEYS)){
47+
if (IS_ENABLED(CONFIG_TEST_WRAPPED_KEYS)) {
4848
psa_set_key_lifetime(&attributes, PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(
4949
PSA_KEY_PERSISTENCE_VOLATILE, 0));
5050
}

0 commit comments

Comments
 (0)