From 31d8c0bdb47243ed35dc6322d05380afea25a8eb Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Thu, 18 Jan 2024 15:26:59 +0000 Subject: [PATCH] Make new internal function static Signed-off-by: Thomas Daubney --- library/psa_crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 1cde8688b7..7adabfb75b 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c @@ -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)