commit | 1994e72e185294bd67b33ddd725dec5532162a40 | [log] [tgz] |
---|---|---|
author | Valerio Setti <valerio.setti@nordicsemi.no> | Thu Dec 28 14:01:22 2023 +0100 |
committer | Valerio Setti <valerio.setti@nordicsemi.no> | Thu Dec 28 18:33:04 2023 +0100 |
tree | 4b397b6a8e9925f5b2238e8cb339f90a13fba001 | |
parent | ab0494f19335b09183d1cee6aa1de58e5e755077 [diff] [blame] |
check_config/block_cipher: minor improvements Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
diff --git a/library/block_cipher.c b/library/block_cipher.c index bfb605e..e21541e 100644 --- a/library/block_cipher.c +++ b/library/block_cipher.c
@@ -42,7 +42,7 @@ } } -int mbedtls_cipher_error_from_psa(psa_status_t status) +static int mbedtls_cipher_error_from_psa(psa_status_t status) { return PSA_TO_MBEDTLS_ERR_LIST(status, psa_to_cipher_errors, psa_generic_status_to_mbedtls);