Generate all test wrappers

One was missed due to typo

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney
2024-01-31 16:57:30 +00:00
parent d8adccf45d
commit 2b614f9dad
2 changed files with 11 additions and 1 deletions

View File

@@ -163,7 +163,7 @@ class PSAWrapperGenerator(c_wrapper_generator.Base):
'psa_verify_hash'):
return True
if function_name in ('psa_asymmetric_encrypt',
'pas_asymmetric_decrypt'):
'psa_asymmetric_decrypt'):
return True
return False