Skip to content

Commit

Permalink
Fix remaining use of PSA_ALG_AEAD_WITH_TAG_LENGTH
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
  • Loading branch information
bensze01 committed Feb 11, 2021
1 parent 254255b commit 1849360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/set_psa_test_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def is_systematic_dependency(dep):
return dep.startswith('PSA_WANT_')

WITHOUT_SYSTEMATIC_DEPENDENCIES = frozenset([
'PSA_ALG_AEAD_WITH_TAG_LENGTH', # only a modifier
'PSA_ALG_AEAD_WITH_SHORTENED_TAG', # only a modifier
'PSA_ALG_ANY_HASH', # only meaningful in policies
'PSA_ALG_KEY_AGREEMENT', # only a way to combine algorithms
'PSA_ALG_TRUNCATED_MAC', # only a modifier
Expand Down

0 comments on commit 1849360

Please sign in to comment.