mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-15 23:42:41 +00:00
Make new internal function static
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
1c5118e58c
commit
31d8c0bdb4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user