mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Fix incorrect conflict resolution
A return statement was missing in the wrapper generation script. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
@ -171,7 +171,7 @@ class PSAWrapperGenerator(c_wrapper_generator.Base):
|
|||||||
'psa_hash_verify',
|
'psa_hash_verify',
|
||||||
'psa_hash_compute',
|
'psa_hash_compute',
|
||||||
'psa_hash_compare'):
|
'psa_hash_compare'):
|
||||||
|
return True
|
||||||
if function_name == 'psa_generate_random':
|
if function_name == 'psa_generate_random':
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
Reference in New Issue
Block a user