mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-18 14:42:24 +00:00
Make auxiliary function static
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
a8940ed876
commit
87c909a8c5
@ -467,7 +467,7 @@ exit:
|
|||||||
return( status );
|
return( status );
|
||||||
}
|
}
|
||||||
|
|
||||||
void aead_multipart_decrypt_internal( int key_type_arg, data_t *key_data,
|
static void aead_multipart_decrypt_internal( int key_type_arg, data_t *key_data,
|
||||||
int alg_arg,
|
int alg_arg,
|
||||||
data_t *nonce,
|
data_t *nonce,
|
||||||
data_t *additional_data,
|
data_t *additional_data,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user