mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Allow calc_finished to return an error code and propagate that back to the original function. If an error is returned by a PSA function, propagate it upwards instead of continuing, so that we do not fail to properly check the finished message. Signed-off-by: David Horstmann <david.horstmann@arm.com>