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)