commit | 31d8c0bdb47243ed35dc6322d05380afea25a8eb | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Thu Jan 18 15:26:59 2024 +0000 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Mon Feb 12 11:34:02 2024 +0000 |
tree | 0bd87731e103ad70eae4a111edcf111f5735b822 | |
parent | 1c5118e58cd9ac6b862dba763a607f61c1d35ae5 [diff] |
Make new internal function static Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 1cde868..7adabfb 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -2395,7 +2395,7 @@ return status; } -psa_status_t psa_hash_finish_internal(psa_hash_operation_t *operation, +static psa_status_t psa_hash_finish_internal(psa_hash_operation_t *operation, uint8_t *hash, size_t hash_size, size_t *hash_length)