1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-25 12:41:56 +03:00

Generate all test wrappers

One was missed due to a typo

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney
2024-01-31 16:56:17 +00:00
parent 27b48a312f
commit 54e6b412bd
2 changed files with 11 additions and 1 deletions

View File

@ -155,7 +155,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