mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-05 20:16:41 +00:00
Rename a debug function
This commit is contained in:
@@ -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, ... )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user