commit | ea339efd118d01b54765b98a2f2627fa5b4cdb3e | [log] [tgz] |
---|---|---|
author | Julian Hall <julian.hall@arm.com> | Tue Feb 22 11:05:28 2022 +0000 |
committer | György Szing <gyorgy.szing@arm.com> | Mon May 16 15:54:43 2022 +0200 |
tree | 5e8c67e7401d0fd7aff145b2f631f090812d08f6 | |
parent | 61d2d3b59068ce11e1c7ba32d2f4e4e0a5e47316 [diff] |
Fix missing return status in linux_trng_adapter.c The initialization function for the native linux trng adapter used by mbedtls was missing a return status code. Depending on the compiler, this lead to spurious crypto service initialization failures due to a bogus trng error. Signed-off-by: Julian Hall <julian.hall@arm.com> Change-Id: Ieabda05ba73f14726c9d21af536f738ad0b73de3