Make new internal function static

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney 2024-01-18 15:26:59 +00:00
parent 1c5118e58c
commit 31d8c0bdb4

View File

@ -2395,7 +2395,7 @@ exit:
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)