mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-24 14:20:59 +08:00
library: debug: make mbedtls_debug_print_psa_ec() static
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
768f90f3c3
commit
28ef01a3c1
@ -230,9 +230,9 @@ static void mbedtls_debug_print_ec_coord(const mbedtls_ssl_context *ssl, int lev
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void mbedtls_debug_print_psa_ec(const mbedtls_ssl_context *ssl, int level,
|
static void mbedtls_debug_print_psa_ec(const mbedtls_ssl_context *ssl, int level,
|
||||||
const char *file, int line,
|
const char *file, int line,
|
||||||
const char *text, const mbedtls_pk_context *pk)
|
const char *text, const mbedtls_pk_context *pk)
|
||||||
{
|
{
|
||||||
char str[DEBUG_BUF_SIZE];
|
char str[DEBUG_BUF_SIZE];
|
||||||
const uint8_t *coord_start;
|
const uint8_t *coord_start;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user