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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user