commit | a16e7c468cb0c5fa5081ba5eb8b060133f4b92b7 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 29 20:14:19 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 29 20:14:19 2015 +0200 |
tree | b299a596e265050828d6e206b07af638c56e050c | |
parent | 80d627a5ae013efbac2b1f3943d8442443086c5b [diff] [blame] |
Rename a debug function
diff --git a/library/debug.c b/library/debug.c index 8189473..672e045 100644 --- a/library/debug.c +++ b/library/debug.c
@@ -52,7 +52,7 @@ 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, ... ) {