mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 11:14:26 +02:00
Make new internal function static
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user