Remove further superfluous call to psa_hash_abort
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
1ba9744afb
commit
21fbe4c90e
1 changed files with 0 additions and 2 deletions
|
@ -82,8 +82,6 @@ int main(void)
|
||||||
status = psa_hash_setup(&hash_operation, HASH_ALG);
|
status = psa_hash_setup(&hash_operation, HASH_ALG);
|
||||||
if (status != PSA_SUCCESS) {
|
if (status != PSA_SUCCESS) {
|
||||||
mbedtls_printf("psa_hash_setup failed\n");
|
mbedtls_printf("psa_hash_setup failed\n");
|
||||||
psa_hash_abort(&hash_operation);
|
|
||||||
psa_hash_abort(&cloned_hash_operation);
|
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue