mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-12 14:54:28 +02:00
Generate all test wrappers
One was missed due to typo Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user