commit | 21fbe4c90e72b7b349e2b6374bb14f477c9e8a63 | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Thu Aug 03 15:39:42 2023 +0100 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Thu Aug 03 15:39:42 2023 +0100 |
tree | 02dd4f1aa892d62d01a6ef3cb8ea76255f846302 | |
parent | 1ba9744afbddaf1e0016528133485498c70350db [diff] |
Remove further superfluous call to psa_hash_abort Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/programs/psa/psa_hash.c b/programs/psa/psa_hash.c index 9396fb6..1353fb9 100644 --- a/programs/psa/psa_hash.c +++ b/programs/psa/psa_hash.c
@@ -82,8 +82,6 @@ status = psa_hash_setup(&hash_operation, HASH_ALG); if (status != PSA_SUCCESS) { mbedtls_printf("psa_hash_setup failed\n"); - psa_hash_abort(&hash_operation); - psa_hash_abort(&cloned_hash_operation); return EXIT_FAILURE; }