1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-10-19 02:23:41 +08:00

Rename a debug function

This commit is contained in:
Manuel Pégourié-Gonnard
2015-06-29 20:14:19 +02:00
parent 80d627a5ae
commit a16e7c468c
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ void mbedtls_debug_set_threshold( int threshold )
debug_threshold = threshold;
}
void mbedtls_debug_print_fmt( const mbedtls_ssl_context *ssl, int level,
void mbedtls_debug_print_msg( const mbedtls_ssl_context *ssl, int level,
const char *file, int line,
const char *format, ... )
{